TOOLS AND TECHNIQUES FOR COMPILER DESIGN
MISCELLENOUS
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
What are the issues in the design of code generator?
|
Input to the generator
|
|
Target programs
|
|
Memory management
|
|
All the above
|
Explanation:
Detailed explanation-1: -Input to the code generator. Target program. Memory management. Instruction selection. Register allocation. Evaluation order.
Detailed explanation-2: -Input to code generator: The input to the code generation consists of the intermediate representation of the source program produced by front end, together with information in the symbol table to determine run-time addresses of the data objects denoted by the names in the intermediate representation.
Detailed explanation-3: -A code generator is a tool or resource that generates a particular sort of code or computer programming language.
There is 1 question to complete.