Handbook
Glossary
(stack-frame-size) ( stack-frame -- n )
Vocabulary
compiler
.
cfg
.
stack-frame
Inputs
stack-frame
a
stack-frame
Outputs
n
an
integer
Word description
Base stack frame size, without padding and alignment. If the size is zero, then no
##epilogue
and
##prologue
needs to be emitted for the word.
Definition
USING:
accessors
kernel
math
;
IN:
compiler.cfg.stack-frame
:
(stack-frame-size)
( stack-frame -- n )
[
spill-area-base>>
]
[
spill-area-size>>
]
bi
+
;