compute-stack-frame ( cfg -- stack-frame/f )


Vocabulary
compiler.cfg.build-stack-frame

Inputs
cfga cfg


Outputs
stack-frame/fa stack-frame


Word description
Initializes a stack frame for a cfg, if it needs one.

See also
compute-stack-frame*

Definition