Handbook
Glossary
max-stack-frame-size ( -- n )
Vocabulary
compiler
.
cfg
.
stack-frame
Inputs
None
Outputs
n
an
integer
Word description
The largest stack frame, in bytes, that the VM can record in a code block header.
Definition
USING:
layouts
math
;
IN:
compiler.cfg.stack-frame
:
max-stack-frame-size
( -- n )
cell-bits
24
-
2^
1
-
16
*
;