-
Some code optimizations are carried out on the intermediate code because
-
- they enhance the portability of the compiler to other target processors
- program analysis is more accurate on intermediate code than on machine code
- the information from data flow analysis cannot be used for optimization
- the information from the front end cannot be used for optimization
- they enhance the portability of the compiler to other target processors
Correct Option: B
Code optimizations are carried out on the intermediate code because program analysis is more accurte on intermediate code than on machine code.