Vocabularycompiler.cfg.instructionsClass descriptionAn 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:
dst | Register to put the pointer to the memory in. |
size | Number of bytes to allocate. |
class-of | Class of object to allocate, e.g tuple or array. |
temp | Temporary register to clobber. |
DefinitionMethods