Handbook
Glossary
allocate-registers ( cfg -- )
Vocabulary
compiler
.
cfg
.
register-allocation
Inputs
cfg
an
object
Outputs
None
Definition
USING:
compiler.cfg.register-allocation.ssa.bases
kernel
namespaces
;
IN:
compiler.cfg.register-allocation
::
allocate-registers
( cfg -- )
cfg
prepare-allocation-bases
:>
context context
active-allocation-base-context
get
or
[
cfg context
allocate-with-base-context
]
[
cfg
(allocate-registers)
]
if
;