mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Xengine: try to reduce memory pressure of scripts compile. Still ugly code, possible mistakes, but i need to share it before i loose it :) )
This commit is contained in:
@@ -27,12 +27,15 @@
|
||||
*/
|
||||
|
||||
using System;
|
||||
using System.Text;
|
||||
|
||||
namespace OpenSim.Region.ScriptEngine.Shared.CodeTools
|
||||
{
|
||||
public interface ICodeConverter
|
||||
{
|
||||
string Convert(string script);
|
||||
void Convert(string script, StringBuilder sb);
|
||||
string[] GetWarnings();
|
||||
void Clear();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user