Multiple choice Which of the following is not an issue of code generation? Instruction selection Evaluation order Register allocation Common sub-expression elimination 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.