Handbook
Glossary
context-callstack-save-offset ( -- n )
VM memory layout constants
Prev:
context-callstack-bottom-offset ( -- n )
Next:
context-callstack-seg-offset ( -- n )
Vocabulary
compiler
.
constants
Inputs
None
Outputs
n
an
integer
Word description
Offset in bytes in the
context
struct to where the c callstack is saved.
Definition
USING:
layouts
;
IN:
compiler.constants
:
context-callstack-save-offset
( -- n )
4
bootstrap-cells
;
inline