Closed
Bug 890937
Opened 11 years ago
Closed 11 years ago
GenerationalGC: IonMonkey: Allocate call object slots from the nursery
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
DUPLICATE
of bug 969012
People
(Reporter: jandem, Unassigned)
References
(Blocks 1 open bug)
Details
When a call object requires dynamic slots, IonBuilder::createCallObject currently uses a separate MNewSlots instruction to malloc() them.
With GGC, we should probably rewrite NewCallObject to do a single nursery allocation for both the object and these slots.
Comment 1•11 years ago
|
||
This is getting fixed as part of bug 969012.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•