crayon icon indicating copy to clipboard operation
crayon copied to clipboard

Add an optimization to consolidate multiple JUMP ops

Open blakeohare opened this issue 8 years ago • 1 comments

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.

blakeohare avatar Oct 16 '16 18:10 blakeohare

I think this might have been done already? I'll need to check, but 0.2.2 if it hasn't.

blakeohare avatar Jan 24 '18 11:01 blakeohare