createChunk

fun createChunk(code: A_RawFunction)

Generate a Level Two chunk from the control flow graph. Store it in the L2Generator, from which it can be retrieved via chunk.

Parameters

code

The A_RawFunction which is the source of chunk creation.