Closed
Bug 1273862
Opened 9 years ago
Closed 8 years ago
Consider inserting MUnbox in IonBuilder::newObjectTrySharedStub
Categories
(Core :: JavaScript Engine: JIT, defect, P2)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
DUPLICATE
of bug 1328132
People
(Reporter: jandem, Unassigned)
References
(Blocks 2 open bugs)
Details
(Keywords: perf)
While investigating bug 1241091, I noticed an abort in IonBuilder::checkIsDefinitelyOptimizedArguments.
I'll post a separate patch for this, but I think it could also have been avoided if we knew the result of JSOP_NEWOBJECT is always an object (and not magic arguments).
Updated•8 years ago
|
Blocks: sm-js-perf
Updated•8 years ago
|
Priority: -- → P2
Comment 1•8 years ago
|
||
The patch in that bug will fix this.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•