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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user