Closed
Bug 671430
Opened 13 years ago
Closed 13 years ago
IonMonkey: eliminate redundant phi instructions in GVN elimination phase
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
People
(Reporter: rpearl, Assigned: rpearl)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
patch
|
rpearl
:
review+
|
Details | Diff | Splinter Review |
Follow up to 659729
Since phi nodes are currently in a vector, I skipped over removing redundant phi instructions. For the sake of making other passes faster, we should do that.
Assignee | ||
Updated•13 years ago
|
Summary: IonMonkey: eliminated redundant phi instructions in GVN elimination phase → IonMonkey: eliminate redundant phi instructions in GVN elimination phase
Assignee | ||
Comment 1•13 years ago
|
||
This patch was r=dvander in bug 675244, I just split it off into another patch.
Attachment #549419 -
Flags: review+
Assignee | ||
Comment 2•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•