forceAllPostponedTranslationsExceptConstantMoves

fun forceAllPostponedTranslationsExceptConstantMoves()

Force all postponed instructions to be generated now. Some of these may end up being considered dead code, and will be removed by a later pass.

Don't translate L2_MOVE_CONSTANT instructions unless the value is needed by some other instruction being translated (i.e., skip them in this loop).