elnewfie / lslforge

Automatically exported from code.google.com/p/lslforge
24 stars 13 forks source link

Add "No Optimize" pragma #53

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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.

Original issue reported on code.google.com by ZauberEx...@gmail.com on 7 Aug 2014 at 11:06