Multiple choice

Identify the odd one out.

  1. Global common subexpression

  2. Copy propagation

  3. Register allocation

  4. Code motion

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

a, b and d are ways of code optimization, register allocation happens in code generation stage, so the option c is the odd one.