MCQOPTIONS
Saved Bookmarks
| 1. |
Some code optimizations are carried out on the intermediate code because: |
| A. | they enhance the portability of the compiler to other target processors |
| B. | program analysis is more accurate on intermediate code than on machine code |
| C. | the information from data flow analysis cannot otherwise be used for optimization |
| D. | the information from the front end cannot otherwise be used for optimization |
| Answer» B. program analysis is more accurate on intermediate code than on machine code | |