generate Default Chunk Control Flow Graph
fun generateDefaultChunkControlFlowGraph(initialBlock: L2BasicBlock, reenterFromRestartBlock: L2BasicBlock, loopBlock: L2BasicBlock, reenterFromCallBlock: L2BasicBlock, reenterFromInterruptBlock: L2BasicBlock, unreachableBlock: L2BasicBlock): L2ControlFlowGraph
Generate the L2ControlFlowGraph of L2Instructions for the unoptimizedChunk.
Return
The L2ControlFlowGraph for the default chunk.
Parameters
initial Block
The block to initially entry the default chunk for a call.
reenter From Restart Block
The block to reenter to P_RestartContinuation an A_Continuation.
loop Block
The main loop of the interpreter.
reenter From Call Block
The entry point for returning into a reified continuation.
reenter From Interrupt Block
The entry point for resuming from an interrupt.
unreachable Block
A basic block that should be dynamically unreachable.