Handbook
Glossary
save-context-offset ( insns -- n )
Vocabulary
compiler
.
cfg
.
save-contexts
Inputs
insns
a
sequence
Outputs
n
an
integer
Word description
##save-context
must be placed after instructions that modify the context, or instructions that read parameter registers.
Definition
USING:
kernel
sequences
;
IN:
compiler.cfg.save-contexts
:
save-context-offset
( insns -- n )
[
context-modifier?
not
]
find
drop
;