Bug 1442481 - Allocate strings in the nursery, r=flagflip

This commit is contained in:
Steve Fink 2019-01-31 08:22:03 -08:00
Родитель 7f6902d726
Коммит 960ff86177
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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