assign-registers ( cfg live-intervals -- )


Vocabulary
compiler.cfg.linear-scan.assignment

Inputs
cfga cfg
live-intervalsa sequence


Outputs
None

Word description
Uses the live intervals in the sequence to assign physical registers to all instructions in the cfg. The live intervals must first have had their physical registers assigned by allocate-registers.

Definition