mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-03 22:38:41 +09:00
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:
parent
166a98559f
commit
2c7a142dc6
16 changed files with 286 additions and 48 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue