##local-allot
Basic block instructions

Prev:##check-nursery-branch
Next:##save-context


Vocabulary
compiler.cfg.instructions

Class description
An instruction for allocating memory in the words own stack frame. It's mostly used for receiving data from alien calls. It has the following slots:
dstRegister into which a pointer to the stack allocated memory is put.
sizeNumber of bytes to allocate.
offset


See also
##allot

Definition


Methods