record-temp ( vreg n -- )
Live interval utilities

Prev:record-use ( vreg n spill-slot? -- )
Next:cfg>sync-points ( cfg -- sync-points )


Vocabulary
compiler.cfg.linear-scan.live-intervals

Inputs
vrega number
na number


Outputs
None

Word description
Assigns the interval [n,n] to vreg:s live interval.

Definition