|
|
11.6.1 Register Allocation vs. Assignment
The term register allocation is used for two tasks:
(1) register allocation itself which decides which program values shall reside in registers and (2) register assignment which picks the specific register in which these values will reside. Some compilers make a tentative allocation, then try an assignment, and if necessary reallocate.
|