lslforge
lslforge copied to clipboard
Add "No Optimize" pragma
https://code.google.com/archive/p/lslforge/issues/53
Posted on Aug 8, 2014 by Grumpy Hippo
There have been several cases where LSLforge's optizer has broken my code in some way. Usually, these breakages are with individual functions.
I would like to propose the addition of a 'No Optimize" pragma, which would block the optimization routines from being run on a specified variable or function, and maybe a state or event if practical to implement.