Companion

object Companion

Properties

Link copied to clipboard
val CALL_DEPTH: BitField

The number of continuations in my caller chain. It can be as low as zero, indicating this is a base frame.

Link copied to clipboard
val HASH_OR_ZERO: BitField

Either zero or the hash of this A_Continuation.

Link copied to clipboard
val LEVEL_TWO_OFFSET: BitField

The Level Two instruction index at which to resume.

Link copied to clipboard
val PROGRAM_COUNTER: BitField

The index into the current continuation's FUNCTION's compiled code's tuple of nybblecodes at which execution will next occur.

Link copied to clipboard
val STACK_POINTER: BitField

An index into this continuation's frame slots. It grows from the top + 1 (empty stack), and at its deepest it just abuts the last local variable.