Bug 903519 - Strings in the nursery: JIT

Bug 903519 - Strings in the nursery: JIT, majority of it was not done before due CodeGenerator.cpp
This commit is contained in:
win7-7 2026-01-05 00:10:13 +02:00 committed by wuggy
commit 2c7a142dc6
16 changed files with 286 additions and 48 deletions

View file

@ -37,6 +37,7 @@ MIRGenerator::MIRGenerator(CompileCompartment* compartment, const JitCompileOpti
instrumentedProfiling_(false),
instrumentedProfilingIsCached_(false),
safeForMinorGC_(true),
stringsCanBeInNursery_(GetJitContext()->runtime()->canNurseryAllocateStrings() : false),
minWasmHeapLength_(0),
options(options),
gs_(alloc)