ellisgl / FreeExpression

GNU General Public License v2.0
5 stars 0 forks source link

Preincrement optimizations #3

Closed ellisgl closed 2 years ago

ellisgl commented 2 years ago

There are many places which use postincrement operations, where a preincrement would work. Technically the compiler should optimize for this, but let's not assume that this is case. This shrink code space and provide a tiny speedup.