compute-stack-frame* ( insn -- ? )


Vocabulary
compiler.cfg.build-stack-frame

Inputs
insnan insn


Outputs
?a boolean


Word description
Computes required stack frame size for the instruction. If a stack frame is needed, then t is returned.

Definition


Methods