Closed
Bug 539876
Opened 13 years ago
Closed 13 years ago
nanojit: optimize away 'y = mul x, 1'
Categories
(Core Graveyard :: Nanojit, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: n.nethercote, Assigned: n.nethercote)
References
Details
(Whiteboard: fixed-in-nanojit, fixed-in-tracemonkey)
Attachments
(1 file)
762 bytes,
patch
|
rreitmai
:
review+
|
Details | Diff | Splinter Review |
ExprFilter is pretty aggressive, but it misses this one. It shows up in TM code sometimes because we index into a table like this: n * sizeof(JSTraceType) and sizeof(JSTraceType) == 1.
Attachment #421776 -
Flags: review?(rreitmai)
Updated•13 years ago
|
Attachment #421776 -
Flags: review?(rreitmai) → review+
![]() |
Assignee | |
Comment 1•13 years ago
|
||
http://hg.mozilla.org/projects/nanojit-central/rev/ebd6a957cf98
Whiteboard: fixed-in-nanojit
![]() |
Assignee | |
Comment 2•13 years ago
|
||
http://hg.mozilla.org/tracemonkey/rev/b831915b57af
Whiteboard: fixed-in-nanojit → fixed-in-nanojit, fixed-in-tracemonkey
Comment 4•13 years ago
|
||
http://hg.mozilla.org/mozilla-central/rev/b831915b57af
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•9 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•