490 views
1 votes
1 votes

My question is here that...we know what is static single assignment code ...that the left side we will be a new variable...and in 3 address code there is no such thing...now my question is if we use simply 3 address code then what will be the minimum number of temporary variables?

Please log in or register to answer this question.

Related questions

137
views
0 answers
0 votes
Dknights asked Oct 8, 2023
137 views
Can someone explain the chart and table for the below grammar for LR(1)?E->numE->E+E/E*E
263
views
0 answers
0 votes
samarpita asked Dec 13, 2021
263 views
https://gateoverflow.in/908/Gate-cse-2003-question-18Here In fact only for the L-attributed grammar made from a LL(1) grammar, we can always ... please explain with suitable example?@Arjun Sir @Deepak Poonie Sir can you please explain
253
views
0 answers
0 votes
samarpita asked Dec 10, 2021
253 views
we know that a + *b there is no semantic error but a + /b is a syntax error or semantic error?
284
views
0 answers
0 votes
samarpita asked Dec 10, 2021
284 views
float a =10 is not a semantic error but in the semantic phase int a =10.0 will be a semantic error or not bcz compiler cannot do explicit type conversion..so ... be an error...but when I am running this program this is showing no error...