mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 13:55:35 +08:00
mantis 8518: Yengine; we can't wait for GC (worse finalizers) to count released memory of some local variables, so add a pseudo free; fix memory account on timeslice rentry; change the folder for the debug IL files; fix memory usage on reset. This changes will only take effect on new compiles
This commit is contained in:
@@ -130,7 +130,7 @@ namespace OpenSim.Region.ScriptEngine.Yengine
|
||||
// Since we just wrote the .xmrobj file, maybe save disassembly.
|
||||
if (m_Engine.m_ScriptDebugSaveIL)
|
||||
{
|
||||
string asmFileName = GetScriptFileName (m_ScriptObjCodeKey + ".yasm");
|
||||
string asmFileName = GetScriptILFileName(m_ScriptObjCodeKey + ".yasm");
|
||||
// m_log.Debug ("[YEngine]: MMRScriptCompileSaveILGen: saving to " + asmFileName);
|
||||
asmFileWriter = File.CreateText (asmFileName);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user