зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1287063 - Remove isGCScheduled check from activeGCInAtomsZone. r=jonco
This commit is contained in:
Родитель
20509c6a8c
Коммит
ff4b4a08d8
|
@ -0,0 +1,4 @@
|
|||
if (helperThreadCount() === 0)
|
||||
quit();
|
||||
schedulegc("");
|
||||
offThreadCompileScript("");
|
|
@ -854,7 +854,6 @@ JSRuntime::activeGCInAtomsZone()
|
|||
{
|
||||
Zone* zone = atomsCompartment_->zone();
|
||||
return (zone->needsIncrementalBarrier() && !gc.isVerifyPreBarriersEnabled()) ||
|
||||
zone->isGCScheduled() ||
|
||||
zone->wasGCStarted();
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче