зеркало из https://github.com/mozilla/gecko-dev.git
No Bug - Fix opt build bustage with generational GC enabled; r=sfink
--HG-- extra : rebase_source : 21769149621f7d5219d02d52e78e48d770e1eece
This commit is contained in:
Родитель
8bc8184542
Коммит
bc2c49bbd3
|
@ -890,8 +890,10 @@ js::Nursery::growAllocableSpace()
|
||||||
void
|
void
|
||||||
js::Nursery::shrinkAllocableSpace()
|
js::Nursery::shrinkAllocableSpace()
|
||||||
{
|
{
|
||||||
|
#ifdef JS_GC_ZEAL
|
||||||
if (runtime()->gcZeal_ == ZealGenerationalGCValue)
|
if (runtime()->gcZeal_ == ZealGenerationalGCValue)
|
||||||
return;
|
return;
|
||||||
|
#endif
|
||||||
numActiveChunks_ = Max(numActiveChunks_ - 1, 1);
|
numActiveChunks_ = Max(numActiveChunks_ - 1, 1);
|
||||||
updateDecommittedRegion();
|
updateDecommittedRegion();
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче