Computer Science Fundamentals
Algorithms
Subjective
Feb 27, 2013
What are the advantages of the organization of code optimizer?
Detailed Explanation
- The operations needed to implement high level constructs are made explicit in the intermediate code, so it is possible to optimize them.
- The intermediate code can be independent of the target machine, so the optimizer does not have to change much if the code generator is replaced by one for a different machine
Discussion (0)
No comments yet. Be the first to share your thoughts!
Share Your Thoughts