Handbook
Glossary
gc-check-offsets* ( call-index seen-allocation? insn n -- call-index seen-allocation? )
Vocabulary
compiler
.
cfg
.
gc-checks
.
private
Inputs
call-index
an
object
seen-allocation?
an
object
insn
an
object
n
an
object
Outputs
call-index
an
object
seen-allocation?
an
object
Definition
IN:
compiler.cfg.gc-checks.private
GENERIC#:
gc-check-offsets*
1
( call-index seen-allocation? insn n -- call-index seen-allocation? )
Methods
USING:
compiler.cfg.gc-checks.private
compiler.cfg.instructions
;
M:
##callback-inputs
gc-check-offsets*
gc-check-here
;
USING:
compiler.cfg.gc-checks.private
compiler.cfg.instructions
;
M:
##phi
gc-check-offsets*
gc-check-here
;
USING:
compiler.cfg.gc-checks.private
compiler.cfg.instructions
kernel
;
M:
allocation-insn
gc-check-offsets*
3drop
t
;
USING:
compiler.cfg.gc-checks.private
compiler.cfg.instructions
;
M:
gc-map-insn
gc-check-offsets*
gc-check-here
;
USING:
compiler.cfg.gc-checks.private
compiler.cfg.instructions
kernel
;
M:
insn
gc-check-offsets*
2drop
;