LSL-PyOptimizer/lslopt
Sei Lisa 1b3c8a4d89 Check min and max to determine truth value of condition
Also added some min/max values for a few functions.

This allows optimizing things like:

  ! llGetNumberOfPrims()  ->  0
2019-01-07 00:15:38 +01:00
..
__init__.py Initial commit. Status so far: 2014-07-26 02:43:44 +02:00
lslbasefuncs.py New copyright year 2019-01-01 22:54:34 +01:00
lslcommon.py New copyright year 2019-01-01 22:54:34 +01:00
lsldeadcode.py Proper fix for unwanted substitutions in function calls 2019-01-03 02:33:23 +01:00
lslextrafuncs.py New copyright year 2019-01-01 22:54:34 +01:00
lslfoldconst.py Check min and max to determine truth value of condition 2019-01-07 00:15:38 +01:00
lslfuncopt.py New copyright year 2019-01-01 22:54:34 +01:00
lslfuncs.py New copyright year 2019-01-01 22:54:34 +01:00
lslinliner.py Finish inlining for all loop conditions 2019-01-06 01:59:36 +01:00
lsljson.py New copyright year 2019-01-01 22:54:34 +01:00
lsllastpass.py Perform redundant jump elimination in lastpass 2019-01-06 22:32:19 +01:00
lslloadlib.py New copyright year 2019-01-01 22:54:34 +01:00
lsloptimizer.py New copyright year 2019-01-01 22:54:34 +01:00
lsloutput.py Add the capability to show scope info to the output module 2019-01-02 15:05:21 +01:00
lslparse.py Allow #pragma OPT inline 2019-01-06 02:20:34 +01:00
lslrenamer.py New copyright year 2019-01-01 22:54:34 +01:00