next-spill-slot ( size stack-frame -- spill-slot )


Vocabulary
compiler.cfg.linear-scan.allocation.state

Inputs
sizenumber of bytes required
stack-framea stack-frame


Outputs
spill-slota spill-slot


Word description
Creates a new spill-slot of the given size and also allocates space in the cfg in the cfg for it.

Definition