emit-gc-roots ( seqs -- n )


Vocabulary
compiler.codegen.gc-maps

Inputs
seqsa sequence of sequences


Outputs
nmaximum number of spill slots


Word description
Emits the sequences of spill slots as a sequence of t and f values to the current make sequence.

Definition