зеркало из https://github.com/mozilla/pluotsorbet.git
Don't disable JIT in the jsshell.
This commit is contained in:
Родитель
3e3f82e4a3
Коммит
3aa3bd9ec7
|
@ -271,7 +271,7 @@ try {
|
|||
writers |= J2ME.WriterFlags.Code;
|
||||
}
|
||||
J2ME.writers = writers;
|
||||
J2ME.enableRuntimeCompilation = false;
|
||||
J2ME.enableRuntimeCompilation = true;
|
||||
J2ME.maxCompiledMethodCount = options.maxCompiledMethodCount.value;
|
||||
|
||||
J2ME.ConfigThresholds.InvokeThreshold = options.invokeThreshold.value;
|
||||
|
|
Загрузка…
Ссылка в новой задаче