mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2024-11-21 06:15:56 -07:00
Add warning about the incoming Luau engine
This commit is contained in:
parent
d03de9a6be
commit
d2f81046d5
1 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
|||
# LSL PyOptimizer
|
||||
|
||||
**LSL PyOptimizer** is a LSL2 script optimizer written in Python 2. Currently it only supports code memory optimization (no speed optimization), only for Mono (no LSO), and only for the Second Life flavour of LSL (no OpenSim etc.).
|
||||
**LSL PyOptimizer** is a LSL2 script optimizer written in Python 2. Currently it only supports code memory optimization (no speed optimization), only for Mono (no LSO or Luau), and only for the Second Life flavour of LSL (no OpenSim etc.).
|
||||
|
||||
> :warning: WARNING: \
|
||||
This optimizer is designed for Mono only. It was never designed for LSO, and it was never designed for Luau. Some optimizations are known to make LSO and Luau code larger instead of shorter. When Luau becomes the default, this optimizer will become obsolete.
|
||||
|
||||
HTML introduction, list of features and documentation available at [http://lsl.blacktulip-virtual.com/lsl-pyoptimizer/](http://lsl.blacktulip-virtual.com/lsl-pyoptimizer/)
|
||||
|
|
Loading…
Reference in a new issue