Chapter 10
Code Optimization
Code optimization is an important phase to improve the time and space requirement of the generated target code. Given a code in intermediate form it applies optimizing techniques and reduces the code size and returns the code in intermediate form.
CHAPTER OUTLINE
10.2 Where and How to Optimize
10.3 Procedure to Identify the Basic Blocks
10.5 DAG Representation of Basic Block
10.7 Principle Source of Optimization
Code optimization phase is an optional phase in the phases of a compiler, which is either before the code ...
Get Compiler Construction now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.