mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
No Bug - Fix opt build bustage with generational GC enabled; r=sfink
--HG-- extra : rebase_source : 21769149621f7d5219d02d52e78e48d770e1eece
This commit is contained in:
parent
15e3a0db95
commit
1a7c88d95c
@ -890,8 +890,10 @@ js::Nursery::growAllocableSpace()
|
||||
void
|
||||
js::Nursery::shrinkAllocableSpace()
|
||||
{
|
||||
#ifdef JS_GC_ZEAL
|
||||
if (runtime()->gcZeal_ == ZealGenerationalGCValue)
|
||||
return;
|
||||
#endif
|
||||
numActiveChunks_ = Max(numActiveChunks_ - 1, 1);
|
||||
updateDecommittedRegion();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user