From b4d9d5bc8c133a48d67bac0a4f7f773ba3751e6c Mon Sep 17 00:00:00 2001 From: Sei Lisa Date: Sun, 7 May 2017 16:08:05 +0200 Subject: [PATCH] Note that ListLength depends on constant folding. --- main.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main.py b/main.py index 9a60689..30238dd 100755 --- a/main.py +++ b/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