Handbook
Glossary
fill-gc-map ( live-set gc-map -- )
Vocabulary
compiler
.
cfg
.
liveness
Inputs
live-set
an
assoc
gc-map
a
gc-map
Outputs
None
Word description
Assigns values to the
gc-roots
and
derived-roots
slots of the
gc-map
. Does nothing if the
select-representations
pass hasn't ran.
Definition
USING:
accessors
kernel
;
IN:
compiler.cfg.liveness
:
fill-gc-map
( live-set gc-map -- )
[
gc-roots
]
dip
[
gc-roots<<
]
[
derived-roots<<
]
bi
;