RESOLVED FIXED 134742
[ftlopt] Phantom simplification should be in its own phase
https://bugs.webkit.org/show_bug.cgi?id=134742
Summary [ftlopt] Phantom simplification should be in its own phase
Filip Pizlo
Reported 2014-07-08 14:04:11 PDT
Another step towards getting rid of strange things in CSEPhase
Attachments
the patch (22.29 KB, patch)
2014-07-08 14:08 PDT, Filip Pizlo
ggaren: review+
Filip Pizlo
Comment 1 2014-07-08 14:08:25 PDT
Created attachment 234594 [details] the patch Not ready for review because I'm still running tests.
Filip Pizlo
Comment 2 2014-07-08 14:35:40 PDT
Comment on attachment 234594 [details] the patch It's ready for review.
Geoffrey Garen
Comment 3 2014-07-08 15:37:58 PDT
Comment on attachment 234594 [details] the patch View in context: https://bugs.webkit.org/attachment.cgi?id=234594&action=review r=me > Source/JavaScriptCore/dfg/DFGCleanUpPhase.cpp:43 > +class CleanUpPhase : public Phase { > +public: > + CleanUpPhase(Graph& graph) > + : Phase(graph, "clean-up") Would be nice to specify what we're cleaning up. PhantomCleanUpPhase?
Filip Pizlo
Comment 4 2014-07-08 19:45:38 PDT
(In reply to comment #3) > (From update of attachment 234594 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=234594&action=review > > r=me > > > Source/JavaScriptCore/dfg/DFGCleanUpPhase.cpp:43 > > +class CleanUpPhase : public Phase { > > +public: > > + CleanUpPhase(Graph& graph) > > + : Phase(graph, "clean-up") > > Would be nice to specify what we're cleaning up. PhantomCleanUpPhase? I'll call it PhantomRemovalPhase
Filip Pizlo
Comment 5 2014-07-08 20:01:03 PDT
Note You need to log in before you can comment on or make changes to this bug.