Question: What is the purpose of register allocation in code generation?
Options:
Correct Answer: To assign variables to CPU registers
Solution:
The purpose of register allocation in code generation is to assign variables to CPU registers to improve execution speed.