Closed
Bug 1034665
Opened 11 years ago
Closed 11 years ago
IonMonkey: Implement RAtan2 Recover Instruction
Categories
(Core :: JavaScript Engine: JIT, defect)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
FIXED
mozilla33
People
(Reporter: tandiap, Assigned: tandiap, Mentored)
References
(Blocks 1 open bug)
Details
Attachments
(1 file, 3 obsolete files)
6.90 KB,
patch
|
nbp
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•11 years ago
|
||
Implement RAtan2 in js/src/jit/Recover.cpp
See Bug 1003801 comment 0 for explanation.
Assignee | ||
Comment 2•11 years ago
|
||
I would like to work on this bug.
Assignee | ||
Comment 3•11 years ago
|
||
Assignee | ||
Comment 4•11 years ago
|
||
Attachment #8451273 -
Attachment is obsolete: true
Assignee | ||
Comment 5•11 years ago
|
||
Attachment #8451274 -
Attachment is obsolete: true
Assignee | ||
Updated•11 years ago
|
Attachment #8451276 -
Flags: review?(nicolas.b.pierron)
Updated•11 years ago
|
Assignee: nobody → patandia
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Comment 6•11 years ago
|
||
Comment on attachment 8451276 [details] [diff] [review]
1034665.patch
Review of attachment 8451276 [details] [diff] [review]:
-----------------------------------------------------------------
Nice :)
Request a Level 1 access [1], and send your patch to the try server [2].
For JS modification, such as recover instructions, I use:
try: -b do -p linux,linux64,linux64-asan,linux64-st-an,linux64-valgrind -u jsreftest,jittests,jittest-1,jittest-2 -t none
The if the try-push is green, then you can set the checkin-needed keyword to request a sheriff to land it for you ;)
We use Try pushes verify on platform on which we cannot test, and which might be enough to highlight most of the issue.
[1] http://www.mozilla.org/hacking/commit-access-policy/
[2] http://trychooser.pub.build.mozilla.org/
Attachment #8451276 -
Flags: review?(nicolas.b.pierron) → review+
Assignee | ||
Comment 7•11 years ago
|
||
Patch update (source merge).
Attachment #8451276 -
Attachment is obsolete: true
Assignee | ||
Comment 8•11 years ago
|
||
Comment on attachment 8456666 [details] [diff] [review]
1034665.patch
https://tbpl.mozilla.org/?tree=Try&rev=a398b8212361
Attachment #8456666 -
Flags: review?(nicolas.b.pierron)
Comment 9•11 years ago
|
||
Comment on attachment 8456666 [details] [diff] [review]
1034665.patch
Review of attachment 8456666 [details] [diff] [review]:
-----------------------------------------------------------------
No need to ask again for review when there is no logical change in the patch.
Attachment #8456666 -
Flags: review?(nicolas.b.pierron) → review+
Assignee | ||
Updated•11 years ago
|
Keywords: checkin-needed
Comment 10•11 years ago
|
||
Keywords: checkin-needed
Comment 11•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla33
You need to log in
before you can comment on or make changes to this bug.
Description
•