Home »
» Write the major issues in the design of a code generator?
10:33 AM
There are some major issues in the design of a code generator. They are -
- Memory Management
- Instruction selection
- Register allocation
- Evaluation order
If You want to learn about the technology, computer science & engineering, web programming, freelancing, earning please click here :
CSE SOLVE
Related Posts:
What is Pass?
Pass: When one or more phase are combined into a module than the module is referred as pass. A pass is read the source program to the output of the previous pass, makes the tra… Read More
What is Phase?
Phase: A phase is a logically cohesive operation that takes as input one representation of the source & produces as output another representation.These are Six phases are used in compiler design. These are-
&nbs… Read More
What is Compiler-Compiler?
Compiler-Compiler: compiler-compiler is a tool, which is used to develop the construct of compiler.It permits a portion of the specification of a language to be non-procedural rather than procedural.
Example:&nb… Read More
What is Compiler?
Compiler: A compiler is a program that reads a program written in one language the source language & translate it into an equivalent program in another language- the target language.
… Read More
What is Translator?
Translator: Translator is program that performs the task of converting a program written in programming language into a program in another programming language-
&n… Read More
0 comments:
Post a Comment