beforeRunChunk

fun beforeRunChunk(offset: Int)

Called just before running the JVMChunk inside this L2Chunk. This gives the opportunity for logging the chunk execution.

Parameters

offset

The L2 offset at which we're about to start or continue running this chunk.