INTRODUCTION TO COMPILER DESIGN
KEY COMPONENTS OF A COMPILER
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
Choose the correct answer
|
The analysis part constructs the target program
|
|
The synthesis part constructs the target program
|
|
The synthesis part constructs the assembly code
|
|
None of these
|
Explanation:
Detailed explanation-1: -Known as the back-end of the compiler, the synthesis phase generates the target program with the help of intermediate source code representation and symbol table.
Detailed explanation-2: -The synthesis part constructs the desired target program from the intermediate representation.
Detailed explanation-3: -The synthesis part of the architecture utilizes the symbol table and the intermediate code representation to produce the target program. It consists of phases such as optimization and code generation.
There is 1 question to complete.