crayon
crayon copied to clipboard
Add an optimization to consolidate multiple JUMP ops
If a JUMP op points to another JUMP, optimize the first one to simply go to the final target.
I'm not sure how much this occurs, but worth investigating.
I think this might have been done already? I'll need to check, but 0.2.2 if it hasn't.