OpenDreamProject / OpenDream

A project for running games made in the DM programming language
MIT License
200 stars 109 forks source link

Peephole optimizer skips viable optimizations #1842

Closed ike709 closed 3 months ago

ike709 commented 3 months ago

Per wixoa, if an optimization is followed by a label or the end of the proc, it is skipped. image

https://github.com/OpenDreamProject/OpenDream/blob/master/DMCompiler/Optimizer/PeepholeOptimizer.cs#L77

image

https://github.com/OpenDreamProject/OpenDream/blob/master/DMCompiler/Optimizer/PeepholeOptimizer.cs#L79