xq
xq copied to clipboard
Jump shortcut optimiztion
I don't know how it's called. We do this optimization while emitting byte code, but we have (perhaps quite some) space to improve due to placeholder-and-replacement pattern.
We should probably track every jump-ish operation to the placeholder in the emitter, and optimize them later.