StackContext

Undocumented in source.
struct StackContext {
void* bstack;
void* tstack;
StackContext* within;
StackContext* next;
StackContext* prev;
}

Members

Variables

ehContext
void* ehContext;

Slot for the EH implementation to keep some state for each stack (will be necessary for exception chaining, etc.). Opaque as far as we are concerned here.

Meta