emit-gc-info-bitmap ( gc-maps -- spill-count )


Vocabulary
compiler.codegen.gc-maps

Inputs
gc-mapsa sequence


Outputs
spill-countmaximum number of spill slots


Word description
Emits a bitmap of live locations of spill slots in the 'gc-maps' to the current make sequence.

Definition