зеркало из https://github.com/mozilla/gecko-dev.git
Fix test for incremental GC when triggering off thread compilation, bug 817635. r=billm
This commit is contained in:
Родитель
5b9b17617a
Коммит
59a777b3cf
|
@ -1183,7 +1183,7 @@ SequentialCompileContext::compile(IonBuilder *builder, MIRGraph *graph,
|
|||
// incremental read barriers.
|
||||
if (js_IonOptions.parallelCompilation &&
|
||||
OffThreadCompilationAvailable(cx) &&
|
||||
!cx->compartment->needsBarrier())
|
||||
!IsIncrementalGCInProgress(cx->runtime))
|
||||
{
|
||||
builder->script()->ion = ION_COMPILING_SCRIPT;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче