You are on page 1of 4

MAIN MENU OF OPTIMIZATION

1. What is compiler optimization

2. Types of optimizations

3. Factors affecting optimization

4. Intended use of the generated code

5. Optimization techniques

6. Problems with optimization


“POST PASS” OPTIMIZERS

 These tools take the executable output by


an "optimizing" compiler and optimize it
even further.

 Opposite to compilers which optimize


intermediate representations of programs,
post pass optimizers work on the assembly
language level.

You might also like