1.

Mention The Back-end Phases Of A Compiler.

Answer»

The back end of compiler includes those portions that DEPEND on the TARGET machine and GENERALLY those portions do not depend on the SOURCE language, just the intermediate language. These include
· Code optimization
· Code generation, along with error handling and symbol- table operations.

The back end of compiler includes those portions that depend on the target machine and generally those portions do not depend on the source language, just the intermediate language. These include
· Code optimization
· Code generation, along with error handling and symbol- table operations.



Discussion

No Comment Found