Handbook
Glossary
gc-check-here ( call-index seen-allocation? insn insn-index -- call-index seen-allocation? )
Vocabulary
compiler
.
cfg
.
gc-checks
.
private
Inputs
call-index
an
object
seen-allocation?
an
object
insn
an
object
insn-index
an
object
Outputs
call-index
an
object
seen-allocation?
an
object
Definition
USING:
kernel
make
math
;
IN:
compiler.cfg.gc-checks.private
::
gc-check-here
( call-index seen-allocation? insn insn-index -- call-index seen-allocation? )
seen-allocation?
[
call-index
,
]
when
insn-index 1
+
f
;