(stack-frame-size) ( stack-frame -- n )


Vocabulary
compiler.cfg.stack-frame

Inputs
stack-framea stack-frame


Outputs
nan 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