Commits

Erik Eckstein committed f668a747d40
EscapeAnalysis: keep a separate summary connection graph for a function. Now we can invalidate the "real" graph for a function and still keep the summary graph as interprocedural information. This helps with the current update scheme but is also needed for a better invalidation/update scheme which we might implement.