Question: What does the term \'register allocation\' refer to in code generation?
Options:
Correct Answer: Assigning variables to CPU registers
Solution:
Register allocation refers to the process of assigning variables to CPU registers to optimize access speed.