mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-01 15:48:21 +00:00
Note that ListLength depends on constant folding.
This commit is contained in:
parent
7110802dab
commit
b4d9d5bc8c
1 changed files with 2 additions and 1 deletions
3
main.py
3
main.py
|
@ -285,7 +285,8 @@ Case insensitive.
|
|||
would keep a single copy of "longstring", while if the
|
||||
strings are added, both "alongstring" and "blongstring"
|
||||
take memory.
|
||||
ListLength + Optimize llGetListLength(arg) to arg!=[].
|
||||
ListLength + Optimize llGetListLength(arg) to arg!=[]. Needs constant
|
||||
folding active to work.
|
||||
|
||||
Miscellaneous options
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue