Closed
Bug 1328252
Opened 8 years ago
Closed 8 years ago
Always unbox NewArray/NewObject cached optimizations.
Categories
(Core :: JavaScript Engine: JIT, defect, P1)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
FIXED
mozilla53
| Tracking | Status | |
|---|---|---|
| firefox53 | --- | fixed |
People
(Reporter: h4writer, Assigned: h4writer)
References
Details
Attachments
(1 file)
|
1.97 KB,
patch
|
jandem
:
review+
|
Details | Diff | Splinter Review |
When adding the NewArray/NewObject shared stub I seemed to have forgotten to always unbox them to MIRType::Object. Time to fix that.
| Assignee | ||
Comment 1•8 years ago
|
||
Assignee: nobody → hv1989
Attachment #8823237 -
Flags: review?(jdemooij)
Updated•8 years ago
|
Attachment #8823237 -
Flags: review?(jdemooij) → review+
| Assignee | ||
Updated•8 years ago
|
Priority: -- → P1
Pushed by hv1989@gmail.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/3fcd33279ff2
IonMonkey: Always unbox NewArray/NewObject cached optimizations, r=jandem
Comment 3•8 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox53:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla53
You need to log in
before you can comment on or make changes to this bug.
Description
•