Handbook
Glossary
vm-context-offset ( -- n )
VM memory layout constants
Prev:
segment-start-offset ( -- n )
Next:
vm-fault-flag-offset ( -- n )
Vocabulary
compiler
.
constants
Inputs
None
Outputs
n
an
integer
Word description
Offset in bytes from the start of the vm struct to the context (ctx) field.
Definition
USING:
layouts
;
IN:
compiler.constants
:
vm-context-offset
( -- n )
0
bootstrap-cells
;
inline