1
0
forked from mirrors/0ad

SpiderMonkey 38 upgrade: 22/35

Parallel compilation was renamed to Offthread compilation. Patch by
leper.
Addresses https://bugzilla.mozilla.org/show_bug.cgi?id=1020364

This was SVN commit r18676.
This commit is contained in:
Itms
2016-09-02 16:37:35 +00:00
parent 2db0fb27ae
commit c396155ad8
+1 -1
View File
@@ -341,7 +341,7 @@ ScriptInterface_impl::ScriptInterface_impl(const char* nativeScopeName, const sh
m_cx = JS_NewContext(m_runtime->m_rt, STACK_CHUNK_SIZE);
ENSURE(m_cx);
JS_SetParallelIonCompilationEnabled(m_runtime->m_rt, true);
JS_SetOffthreadIonCompilationEnabled(m_runtime->m_rt, true);
// For GC debugging:
// JS_SetGCZeal(m_cx, 2, JS_DEFAULT_ZEAL_FREQ);