Files
LSL-PyOptimizer/lslopt
Sei Lisa a1f1f13739 Better optimization of (non-)equality comparisons.
int != int was not properly optimized, because the != was transformed into the equivalent !(int == int) at an earlier stage. Fixed.

!(a ^ b) can be optimized to a == b, so do it.
2018-03-23 16:04:18 +01:00
..
2014-07-26 02:43:44 +02:00
2017-10-20 10:18:44 +02:00
2017-08-09 19:45:46 +02:00