diff options
author | UbitUmarov | 2019-11-18 19:07:03 +0000 |
---|---|---|
committer | UbitUmarov | 2019-11-18 19:07:03 +0000 |
commit | 730a35eedc9057948f2c1e1d32012ccb509ab3c5 (patch) | |
tree | 28bcb05cfdb30b6d39f085984aa0bb8837834e54 /OpenSim/Region/ScriptEngine/YEngine/XMRInstCtor.cs | |
parent | mantis 8551: Simplify Yengine heap usage control (diff) | |
download | opensim-SC-730a35eedc9057948f2c1e1d32012ccb509ab3c5.zip opensim-SC-730a35eedc9057948f2c1e1d32012ccb509ab3c5.tar.gz opensim-SC-730a35eedc9057948f2c1e1d32012ccb509ab3c5.tar.bz2 opensim-SC-730a35eedc9057948f2c1e1d32012ccb509ab3c5.tar.xz |
Yengine: more on constants operations reduction
Diffstat (limited to 'OpenSim/Region/ScriptEngine/YEngine/XMRInstCtor.cs')
-rw-r--r-- | OpenSim/Region/ScriptEngine/YEngine/XMRInstCtor.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/ScriptEngine/YEngine/XMRInstCtor.cs b/OpenSim/Region/ScriptEngine/YEngine/XMRInstCtor.cs index 7e13ae4..3acaef8 100644 --- a/OpenSim/Region/ScriptEngine/YEngine/XMRInstCtor.cs +++ b/OpenSim/Region/ScriptEngine/YEngine/XMRInstCtor.cs | |||
@@ -86,6 +86,7 @@ namespace OpenSim.Region.ScriptEngine.Yengine | |||
86 | m_StackSize = stackSize; | 86 | m_StackSize = stackSize; |
87 | m_StackLeft = stackSize; | 87 | m_StackLeft = stackSize; |
88 | m_HeapSize = heapSize; | 88 | m_HeapSize = heapSize; |
89 | m_heapUsed = 0; | ||
89 | m_CompilerErrors = errors; | 90 | m_CompilerErrors = errors; |
90 | m_StateFileName = GetStateFileName(scriptBasePath, m_ItemID); | 91 | m_StateFileName = GetStateFileName(scriptBasePath, m_ItemID); |
91 | 92 | ||