0
47kviews
What are different issues in code Generation, explain in detail.
1 Answer
2
1.3kviews
  • Code generator phase generates the target code taking input as intermediate code.
  • The output of intermediate code generator may be given directly to code generation or may pass through code optimization before generating code.
  • Code generator main tasks:

    1. Instruction selection
    2. Register allocation and assignment
    3. Instruction ordering

enter image description here

Issues in Design of …

Create a free account to keep reading this post.

and 4 others joined a min ago.

Please log in to add an answer.