Module yksom::vm::somstack[][src]

Structs

SOMStack

A contiguous stack of SOM values. This stack does minimal or no checking on important operations and users must ensure that they obey the constraints on each function herein, or undefined behaviour will occur. Note also that UpVars store interior pointers into this stack: it must not, therefore, ever be moved in memory.

Constants

SOM_STACK_LEN