Handbook
Glossary
vregs>regs ( assoc -- assoc' )
Assigning registers to live intervals
Prev:
vreg>spill-slot ( vreg -- spill-slot )
Vocabulary
compiler
.
cfg
.
linear-scan
.
assignment
Inputs
assoc
an
assoc
(set) of virtual registers
Outputs
assoc'
an
assoc
Word description
Creates a mapping of virtual registers to registers.
Definition
USING:
assocs
;
IN:
compiler.cfg.linear-scan.assignment
:
vregs>regs
( assoc -- assoc' )
[
vreg>reg
]
assoc-map
;