SpecialBlock

enum SpecialBlock : Enum<L2Generator.SpecialBlock>

An enumeration of symbolic names of key blocks of the controlFlowGraph. These are associated with optional L2BasicBlocks within the generator's specialBlocks.

Entries

Link copied to clipboard

The initial block of the control flow graph, which is where the control flow implicitly starts when the A_Function underlying the L2Chunk is ultimately invoked.

Link copied to clipboard

The block at which to resume execution after a failed primitive.

Link copied to clipboard

The head of the loop formed when a P_RestartContinuation is invoked on a label created for the current frame.

Link copied to clipboard

An L2BasicBlock that shouldn't actually be dynamically reachable.

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int