Multiple choice

Which of the following is not an issue of code generation?

  1. Instruction selection

  2. Evaluation order

  3. Register allocation

  4. Common sub-expression elimination

  5. Target program

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

This is not an issue of code generator. It is a structure preserving transformation which removes repeated expression.