INTRODUCTION TO COMPILER DESIGN
OVERVIEW OF COMPILERS
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
In this phase, it takes the optimized representation of the intermediate code and maps it to the target machine language.
|
Lexical Analyzer
|
|
Syntax Analyzer
|
|
Semantic Analyzer
|
|
Code Generator
|
Explanation:
Detailed explanation-1: -The analysis phase generates an intermediate representation of the source program and symbol table, which should be fed to the Synthesis phase as input.
Detailed explanation-2: -The intermediate code can be represented in the form of postfix notation, syntax tree, directed acyclic graph (DAG), three-address code, quadruples, and triples.
There is 1 question to complete.