Tuesday, March 22, 2016

What are the advantages of generating intermediate code?


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.
If You want to learn about the technology, computer science & engineering, web programming, freelancing, earning please click here :CSE SOLVE

Related Posts:

0 comments:

Post a Comment