From d2f81046d5ed0a5b69b75c0651484ba5381c2b98 Mon Sep 17 00:00:00 2001 From: Sei Lisa Date: Sat, 17 Aug 2024 11:15:31 +0200 Subject: [PATCH] Add warning about the incoming Luau engine --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 812f6c6..7b78b51 100644 --- a/README.md +++ b/README.md @@ -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/)