HeapRegionNode hrnCaller = id2hrn.get( hrnID );
assert hrnCaller != null;
- // when clearing off nodes, don't eliminate variable
+ // when clearing off nodes, also eliminate variable
// references
- wipeOut( hrnCaller, false );
+ wipeOut( hrnCaller, true );
}
BUILDSCRIPT=~/research/Robust/src/buildscript
-DEBUGFLAGS= -disjoint-debug-callsite Bar addSomething 1
+#DEBUGFLAGS= -disjoint-debug-callsite Bar addSomething 1
+DEBUGFLAGS= -disjoint-debug-callsite Foo main 1
#DEBUGFLAGS= -disjoint-debug-callsite main analysisEntryMethod 1
#DEBUGFLAGS= -disjoint-debug-callsite addSomething main 1