Handbook
Glossary
<cfg> ( word label entry -- cfg )
Vocabulary
compiler
.
cfg
Inputs
word
a
word
label
label
entry
a
basic-block
Outputs
cfg
a
cfg
Word description
Constructor for
cfg
.
spill-area-size
and
spill-area-align
are set to default values.
Definition
USING:
accessors
compiler.cfg.stack-frame
kernel
layouts
;
IN:
compiler.cfg
:
<cfg>
( word label entry -- cfg )
cfg
new
swap
>>entry
swap
>>label
swap
>>word
stack-frame
new
cell
>>spill-area-align
>>stack-frame
;