##allot
Basic block instructions

Prev:alien-call-insn
Next:##call-gc


Vocabulary
compiler.cfg.instructions

Class description
An instruction for allocating memory in the nursery. Usually the instruction is preceded by ##check-nursery-branch which checks that there is enough room in the nursery to allocate. It has the following slots:
dstRegister to put the pointer to the memory in.
sizeNumber of bytes to allocate.
class-ofClass of object to allocate, e.g tuple or array.
tempTemporary register to clobber.


Definition


Methods