Files
LSL-PyOptimizer/lslopt
Sei Lisa ca3885c549 Expand conditions of types other than integer, string, key.
if(list!=[]) is always better than if(list), which compiles to if(!(list==[])).
if(float) can't be optimized, but it is equivalent to if(float!=0.0) which can. Same for vector, rotation.
2017-08-17 01:58:30 +02:00
..
2014-07-26 02:43:44 +02:00
2017-08-09 19:45:46 +02:00
2017-08-09 19:45:46 +02:00
2017-08-09 19:45:46 +02:00
2017-08-09 19:45:46 +02:00
2017-08-09 19:45:46 +02:00
2017-08-09 19:45:46 +02:00
2017-08-09 19:45:46 +02:00
2017-08-09 19:45:46 +02:00
2017-08-09 19:45:46 +02:00
2017-08-16 22:00:16 +02:00