stevehalliwell / ulox

A bytecode interpreted scripting language for games in Unity.
MIT License
23 stars 0 forks source link

Merge optimiser-comm into main #258

Closed stevehalliwell closed 1 month ago

stevehalliwell commented 1 month ago

Add GetLocalPreen Optimiser pass Identify a getlocal, single get, commutative operation pattern and swap the local, so the other passes can registerise it.

close #256

coveralls commented 1 month ago

Coverage Status

coverage: 95.837% (+0.02%) from 95.818% when pulling c1a707042b6659a279efbf2c5997122548f6496b on optimiser-comm into c569f1a6ddd8de0b1f0e987fae19a8d0123a5ecb on main.