Integer Slots
enum IntegerSlots : Enum<CompiledCodeDescriptor.IntegerSlots> , IntegerSlotsEnum
Content copied to clipboard
The layout of integer slots for my instances.
Entries
Link copied to clipboard
Content copied to clipboard
A compound field consisting of the hash value computed at construction time, and the number of outer variables that my functions must lexically capture.
Link copied to clipboard
Content copied to clipboard
A compound field consisting of the total number of slots to allocate in an A_Continuation representing an activation of this raw function, the number of arguments, the number of local variables, and the number of local constants.
Link copied to clipboard
Content copied to clipboard
The sequence of nybbles, in little-endian order, starting with an extra leading nybble indicating how many nybbles (0-15 of them) are actually unused in the final long. The nybblecodes describe what L1Operation to perform.