Closed
Bug 835578
Opened 9 years ago
Closed 9 years ago
IonMonkey: let dead comparison constants die
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla21
People
(Reporter: luke, Assigned: luke)
Details
Attachments
(1 file)
1.98 KB,
patch
|
dvander
:
review+
|
Details | Diff | Splinter Review |
This patch fixes a bug where a constant that flows into an MCompare gets useRegister'd which causes it to be emitted as a dead register mov, even though the constant gets embedded as an immediate in the cmp instruction.
Attachment #707313 -
Flags: review?(dvander)
Attachment #707313 -
Flags: review?(dvander) → review+
![]() |
Assignee | |
Comment 1•9 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/a16bd9c18600
Comment 2•9 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/a16bd9c18600
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla21
You need to log in
before you can comment on or make changes to this bug.
Description
•