working up mlp system
[IRC.git] / Robust / src / Analysis / MLP / MLPAnalysis.java
index e50017517bb2998167dceda56e1fdea9d8e86204..98629ce879518a76b94b438d13739d5724b333e0 100644 (file)
@@ -27,7 +27,7 @@ public class MLPAnalysis {
   private Hashtable< FlatNode, Set<TempDescriptor>      > notAvailableResults;
   private Hashtable< FlatNode, CodePlan                 > codePlans;
 
-  private static final int maxSESEage = 2;
+  private static int maxSESEage = -1;
 
 
   // use these methods in BuildCode to have access to analysis results
@@ -62,6 +62,7 @@ public class MLPAnalysis {
     this.typeUtil    = tu;
     this.callGraph   = callGraph;
     this.ownAnalysis = ownAnalysis;
+    this.maxSESEage  = state.MLP_MAXSESEAGE;
 
     // initialize analysis data structures
     allSESEs = new HashSet<FlatSESEEnterNode>();