зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1442481 - Allocate strings in the nursery, r=flagflip
This commit is contained in:
Родитель
7f6902d726
Коммит
960ff86177
|
@ -110,7 +110,7 @@ js::Nursery::Nursery(JSRuntime* rt)
|
|||
timeInChunkAlloc_(0),
|
||||
profileThreshold_(0),
|
||||
enableProfiling_(false),
|
||||
canAllocateStrings_(false),
|
||||
canAllocateStrings_(true),
|
||||
reportTenurings_(0),
|
||||
minorGCTriggerReason_(JS::GCReason::NO_REASON)
|
||||
#ifdef JS_GC_ZEAL
|
||||
|
|
Загрузка…
Ссылка в новой задаче