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)

defect
Not set
normal

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.
This is getting fixed as part of bug 969012.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
Blocks: 1507445
You need to log in before you can comment on or make changes to this bug.