Yengine: more on constants operations reduction

This commit is contained in:
UbitUmarov
2019-11-18 19:07:03 +00:00
parent bf0697d5f4
commit 730a35eedc
3 changed files with 60 additions and 86 deletions

View File

@@ -66,7 +66,7 @@ namespace OpenSim.Region.ScriptEngine.Yengine
{
public static readonly string OBJECT_CODE_MAGIC = "YObjectCode";
// reserve positive version values for original xmr
public static int COMPILED_VERSION_VALUE = -3; // decremented when compiler or object file changes
public static int COMPILED_VERSION_VALUE = -4; // decremented when compiler or object file changes
public static readonly int CALL_FRAME_MEMUSE = 64;
public static readonly int STRING_LEN_TO_MEMUSE = 2;