Phases of Compiler continued
Phases of Compiler continued
- Intermediate-Code Generator (produces Intermediate Code)
- Intermediate-Code Optimizer(produces Optimized Intermediate Code)
- Target-code Generator (produces target machine code)
One of the primary data-structures that a compiler uses
is a Symbol Table. This data-structure is used by all of the phases.