Handbook
Glossary
build-stack-frame ( cfg -- )
Computing stack frame size and layout
Vocabulary
compiler
.
cfg
.
build-stack-frame
Inputs
cfg
a
cfg
Outputs
None
Word description
Main word of the
compiler
.
cfg
.
build-stack-frame
compiler pass.
Definition
USING:
accessors
kernel
layouts
namespaces
;
IN:
compiler.cfg.build-stack-frame
:
build-stack-frame
( cfg -- )
0
param-area-size
set
0
allot-area-size
set
cell
allot-area-align
set
[
compute-stack-frame
]
keep
stack-frame<<
;