Closed
Bug 1150380
Opened 11 years ago
Closed 11 years ago
IonMonkey: MIPS: Fix jit-test profiler/getter-setter-ic.js failure
Categories
(Core :: JavaScript Engine: JIT, defect)
Tracking
()
RESOLVED
FIXED
mozilla40
| Tracking | Status | |
|---|---|---|
| firefox40 | --- | fixed |
People
(Reporter: hev, Assigned: hev)
Details
Attachments
(1 file)
|
1.42 KB,
patch
|
rankov
:
review+
|
Details | Diff | Splinter Review |
Run jit-test failure by: python2 ./jit_test.py -f --tbpl ../mips/js/src/shell/js profiler/getter-setter-ic.js
| Assignee | ||
Comment 1•11 years ago
|
||
On MIPS, ma_addu store result into first argument. On ARM, ma_add store result into second or last argument.
Attachment #8587203 -
Flags: review?(branislav.rankov)
Updated•11 years ago
|
Attachment #8587203 -
Flags: review?(branislav.rankov) → review+
Updated•11 years ago
|
Assignee: nobody → r
| Assignee | ||
Updated•11 years ago
|
Keywords: checkin-needed
Comment 2•11 years ago
|
||
Keywords: checkin-needed
Comment 3•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla40
You need to log in
before you can comment on or make changes to this bug.
Description
•