allocate-and-assign-registers ( cfg -- )


Vocabulary
compiler.cfg.linear-scan

Inputs
cfga cfg


Outputs
None

Word description
Allocates and assigns registers and spill slots to SSA values in the cfg.

Definition