OpenDreamProject / OpenDream

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

Fix peephole optimizations in a few important scenarios #1846

Closed wixoaGit closed 3 months ago

wixoaGit commented 3 months ago

Peephole optimizations weren't getting applied if the opcodes were at the end of the proc or came before a non-instruction like a label.

Fixes #1842