RESOLVED FIXED 80361
DFG BasicBlock should group the Phi nodes together and separate them from the other nodes
https://bugs.webkit.org/show_bug.cgi?id=80361
Summary DFG BasicBlock should group the Phi nodes together and separate them from the...
Yuqiang Xian
Reported 2012-03-05 17:45:03 PST
This would make it more efficient to remove the redundant Phi nodes or insert new Phi nodes for SSA, besides providing a cleaner BasicBlock structure.
Attachments
patch (12.46 KB, patch)
2012-03-05 18:00 PST, Yuqiang Xian
fpizlo: review+
Performance result (6.95 KB, text/plain)
2012-03-05 18:01 PST, Yuqiang Xian
no flags
Yuqiang Xian
Comment 1 2012-03-05 18:00:23 PST
Yuqiang Xian
Comment 2 2012-03-05 18:01:13 PST
Created attachment 130255 [details] Performance result This is performance neutral. See attached.
Filip Pizlo
Comment 3 2012-03-06 19:14:38 PST
Comment on attachment 130254 [details] patch I like this a lot! R=me.
Yuqiang Xian
Comment 4 2012-03-06 20:57:02 PST
Note You need to log in before you can comment on or make changes to this bug.