generateOn

fun generateOn(instructions: MutableList<L2Instruction>)

Produce the final list of instructions. Should only be called after all optimizations have been performed.

Parameters

instructions

The list of instructions to populate.