Contents
Page-10
Prev
Next
Page+10
Index
Intermediate Code
Intermediate code is:
- the output of the Parser and the input to the
Code Generator.
- relatively machine-independent: allows the compiler to be
retargeted.
- relatively easy to manipulate (optimize).
Kinds of Intermediate Code
- Trees
- Quadruples
- Triples
- Polish
- Assembly Language
- Machine Language