diff ProblemsIdeas.txt @ 3229:4a6bda6cfe28

Fix for usages that are phi in rematerialization
author Gilles Duboscq <gilles.duboscq@oracle.com>
date Thu, 21 Jul 2011 11:32:22 +0200
parents 8793d44991fd
children e3d3fd5b638a
line wrap: on
line diff
--- a/ProblemsIdeas.txt	Wed Jul 20 18:50:39 2011 +0200
+++ b/ProblemsIdeas.txt	Thu Jul 21 11:32:22 2011 +0200
@@ -76,3 +76,6 @@
 
 
 * Implement array bounds check elimination
+
+* Rematerialize only the nodes that were affected by GVN
+  This will probably require something that tracks changes to the Graph, the cost of such a tracking should be evaluated