LSL-PyOptimizer/lslopt
Sei Lisa 65326115d8 Fix/extend the < operator; promote min/max from symbol to node
- Fix case where CONST < FNCALL or FNCALL < CONST, when the function was marked as SEF but the args were not SEF, could result in the FNCALL being optimized out, thus failing to apply the side effects of the arguments.
- Copy the function's `min` and `max` present in the symbol table, to the node; use the node's `min` and `max` properties in the `<` operator instead of looking up the symbol and using that.
- Extend it to cover all cases where CONST < SEFexpr and SEFexpr < CONST where SEFexpr.min and SEFexpr.max are defined.
2024-05-06 23:55:55 +02:00
..
__init__.py Initial commit. Status so far: 2014-07-26 02:43:44 +02:00
lslbasefuncs.py Join InternalListFindList loops into one 2024-04-28 11:06:59 +02:00
lslcommon.py New copyright year 2024-04-14 11:40:21 +02:00
lsldeadcode.py New copyright year 2024-04-14 11:40:21 +02:00
lslextrafuncs.py Update to kwdb 0.0.20240415000 2024-04-15 16:15:56 +02:00
lslfoldconst.py Fix/extend the < operator; promote min/max from symbol to node 2024-05-06 23:55:55 +02:00
lslfuncopt.py Update to kwdb 0.0.20240415000 2024-04-15 16:15:56 +02:00
lslfuncs.py New copyright year 2024-04-14 11:40:21 +02:00
lslinliner.py New copyright year 2024-04-14 11:40:21 +02:00
lsljson.py New copyright year 2024-04-14 11:40:21 +02:00
lsllastpass.py New copyright year 2024-04-14 11:40:21 +02:00
lslloadlib.py New copyright year 2024-04-14 11:40:21 +02:00
lsloptimizer.py New copyright year 2024-04-14 11:40:21 +02:00
lsloutput.py New copyright year 2024-04-14 11:40:21 +02:00
lslparse.py New copyright year 2024-04-14 11:40:21 +02:00
lslrenamer.py New copyright year 2024-04-14 11:40:21 +02:00