gc-check-here ( call-index seen-allocation? insn insn-index -- call-index seen-allocation? )


Vocabulary
compiler.cfg.gc-checks.private

Inputs
call-indexan object
seen-allocation?an object
insnan object
insn-indexan object


Outputs
call-indexan object
seen-allocation?an object


Definition


:: gc-check-here
( call-index seen-allocation? insn insn-index -- call-index seen-allocation? )
seen-allocation? [ call-index , ] when insn-index 1 + f ;