mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-23 04:59:34 -07:00
No description
- Move TODO of <0 to !=-1 to boolean, as it's counter-productive otherwise. - All a!=b except list!=list are equivalent to !(a==b). - Change a>b to b<a to simplify cases to analize. - Proper fall-through in some spots, or return in some others where it didn't apply. - Simplify handling of a<-2147483648 as a&0, falling through, instead of coping with it ourselves. |
||
---|---|---|
lslopt | ||
.gitignore | ||
builtins.txt | ||
builtins.txt.dat | ||
COPYING | ||
main.py | ||
README.md | ||
seftable.txt | ||
testfuncs.py | ||
testparser.py |
LSL PyOptimizer
LSL PyOptimizer is a LSL2 script optimizer written in Python 2. Currently it only supports code memory optimization (no speed optimization), only for Mono (no LSO), and only for the Second Life flavour of LSL (no OpenSim etc.).
HTML introduction, list of features and documentation available at http://seis.shop.tm/lsl-pyoptimizer/