lep / jhcr

A compiler to allow hot code reload in WarCraft 3
https://www.hiveworkshop.com/threads/jass-hot-code-reload.313811/
GNU Lesser General Public License v3.0
31 stars 2 forks source link

Improve the Instruction optimizer #9

Closed lep closed 11 months ago

lep commented 11 months ago

Since we can now load much bigger changes into the map, the implementation of the instruction peephole optimizer is not good enough anymore. It needs to be done linearly.