RESOLVED FIXED 133967
[ftlopt] Fold constant Phis
https://bugs.webkit.org/show_bug.cgi?id=133967
Summary [ftlopt] Fold constant Phis
Filip Pizlo
Reported 2014-06-16 20:55:33 PDT
Patch forthcoming.
Attachments
the patch (9.30 KB, patch)
2014-06-16 21:01 PDT, Filip Pizlo
ggaren: review+
better patch (10.68 KB, patch)
2014-06-17 11:42 PDT, Filip Pizlo
mhahnenberg: review+
Filip Pizlo
Comment 1 2014-06-16 21:01:34 PDT
Created attachment 233213 [details] the patch
Geoffrey Garen
Comment 2 2014-06-17 11:13:03 PDT
Comment on attachment 233213 [details] the patch View in context: https://bugs.webkit.org/attachment.cgi?id=233213&action=review r=me > Source/JavaScriptCore/dfg/DFGInPlaceAbstractState.h:136 > + // This method is evil - it causes a huge maintenance headache and there is a gross amount of > + // code devoted to it. It would be much nicer to just always run the constant folder on each > + // block. But, the last time we did it, it was a 1% SunSpider regression: > + // https://bugs.webkit.org/show_bug.cgi?id=133947 > + // So, we should probably keep this method. I might be willing to eat 1% for this -- particularly if the overall effect on JetStream is less than 1%.
Filip Pizlo
Comment 3 2014-06-17 11:42:19 PDT
Created attachment 233245 [details] better patch
Mark Hahnenberg
Comment 4 2014-06-17 11:44:28 PDT
Comment on attachment 233245 [details] better patch r=me
Filip Pizlo
Comment 5 2014-06-17 12:02:40 PDT
Note You need to log in before you can comment on or make changes to this bug.