compiler.cfg.gc-checks.private vocabulary
Factor handbook ยป Vocabulary index


Summary

Words

Generic words
WordStack effect
allocation-size*( insn -- n )
gc-check-offsets*( call-index seen-allocation? insn n -- call-index seen-allocation? )


Ordinary words
WordStack effect
(insert-gc-checks)( bb bbs -- )
<gc-call>( -- bb )
add-gc-checks( insns-seq -- )
allocation-size( insns -- n )
blocks-with-gc( cfg -- bbs )
connect-gc-checks( bbs -- )
gc-check-here( call-index seen-allocation? insn insn-index -- call-index seen-allocation? )
gc-check-offsets( insns -- seq )
insert-gc-check?( bb -- ? )
make-blocks( insns-seq -- bbs )
process-block( bb -- )
split-instructions( insns seq -- insns-seq )
update-predecessor-phis( from to bb -- )


Files