mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
Yengine: more on constants operations reduction
This commit is contained in:
@@ -86,6 +86,7 @@ namespace OpenSim.Region.ScriptEngine.Yengine
|
||||
m_StackSize = stackSize;
|
||||
m_StackLeft = stackSize;
|
||||
m_HeapSize = heapSize;
|
||||
m_heapUsed = 0;
|
||||
m_CompilerErrors = errors;
|
||||
m_StateFileName = GetStateFileName(scriptBasePath, m_ItemID);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user