Intermediate Code Generation: After syntax & semantic analysis the compiler generates an explicit intermediate representation of the source program. To implement intermediatecode such as -
- It should be easy to produce &
- Easy to translate into the target program
- Retargeting is faciliated.
- Finally, the representation of intermediate code is directly executed using a program, which is referred to as interpreter.
0 comments:
Post a Comment