Files
LSL-PyOptimizer/lslopt
Sei Lisa 454d44e85f Optimize chains of assignments
This allows optimizing, for example:

  integer a = 1;
  integer b = a;
  llOwnerSay((string)b);

which wasn't done before. This case is prone to happen with inlined functions, e.g. using the result of an inlined function as a parameter to another.
2019-01-03 02:32:14 +01:00
..
2014-07-26 02:43:44 +02:00
2019-01-01 22:54:34 +01:00
2019-01-01 22:54:34 +01:00
2019-01-03 02:32:14 +01:00
2019-01-01 22:54:34 +01:00
2019-01-02 00:38:44 +01:00
2019-01-01 22:54:34 +01:00
2019-01-01 22:54:34 +01:00
2019-01-01 22:54:34 +01:00
2019-01-01 22:54:34 +01:00
2019-01-01 22:54:34 +01:00
2019-01-01 22:54:34 +01:00
2019-01-01 22:54:34 +01:00
2019-01-01 22:54:34 +01:00