writeDebugDOTs
);
+ // enforce that a call site contribution can only
+ // monotonically increase
+ heapForThisCall_cur.merge( heapForThisCall_old );
+
if( !heapForThisCall_cur.equals( heapForThisCall_old ) ) {
// if heap at call site changed, update the contribution,
// and reschedule the callee for analysis
}
}
}
-// debugSnapshot(rg, fm, true);
+
return rg;
}
false, // hide reachability
false, // hide subset reachability states
true, // hide predicates
- false );// hide edge taints
+ true ); // hide edge taints
}
}