Closed
Bug 1058582
Opened 5 years ago
Closed 5 years ago
IonMonkey MIPS: Implement visitClzI
Categories
(Core :: JavaScript Engine: JIT, defect)
Not set
Tracking
()
RESOLVED
FIXED
mozilla34
People
(Reporter: rankov, Assigned: rankov)
References
Details
Attachments
(1 file)
4.09 KB,
patch
|
dougc
:
review+
|
Details | Diff | Splinter Review |
Implement the CodeGenerator:visitClzI similar to what ARM has.
Assignee | ||
Comment 1•5 years ago
|
||
The visitClzI for ARM and x86 was implemented in bug 995230.
Assignee | ||
Comment 2•5 years ago
|
||
Attachment #8479045 -
Flags: review?(dtc-moz)
Comment 3•5 years ago
|
||
Comment on attachment 8479045 [details] [diff] [review] VisitClzI.patch Review of attachment 8479045 [details] [diff] [review]: ----------------------------------------------------------------- Looks good.
Attachment #8479045 -
Flags: review?(dtc-moz) → review+
Assignee | ||
Comment 4•5 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/0d3f50354b25
https://hg.mozilla.org/mozilla-central/rev/0d3f50354b25
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla34
You need to log in
before you can comment on or make changes to this bug.
Description
•