fill-gc-map ( live-set gc-map -- )


Vocabulary
compiler.cfg.liveness

Inputs
live-setan assoc
gc-mapa 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