add-gc-checks ( insns-seq -- )


Vocabulary
compiler.cfg.gc-checks.private

Inputs
insns-seqa sequence of instruction sequences


Outputs
None

Word description
Insert a GC check at the end of every chunk but the last one. This ensures that every section other than the first has a GC check in the section immediately preceeding it.

Definition