closed by
1,068 views
0 votes
0 votes
closed with the note: i am finding my solution
Some code optimizations are carried out on the intermediate code because
A. They enhance the portability of the compiler to the target processor
B. Program analysis is more accurate on intermediate code than on machine code
C. The information from dataflow analysis cannot otherwise be used for optimization
D. The information from the front end cannot otherwise be used for optimization
closed by

1 Answer

Related questions

0 votes
0 votes
0 answers
1
Shobhit Joshi asked Jan 1, 2019
384 views
Consider the statementdo {i = i + 1;}while ( a[i] < b );The minimum number of variables required in the three address code of the above statement ?
0 votes
0 votes
0 answers
4
Gate Fever asked Nov 26, 2018
1,064 views
please explain each optimization too!