[Soot-list] FlowAnalysis on large graphs

Eric Bodden eric.bodden at ec-spride.de
Thu Mar 29 02:57:49 EDT 2012


> I don't know about tomcat. But I believe that there's a problem with
> "eclipse" as we usually analyze it in the context of DaCapo: my
> understanding is that the default way of analyzing it only gets the
> Eclipse loader, not the bulk of the code, which is inside jar files and
> hence unanalyzed.

That's true. In general, one should use TamiFlex when analyzing the
DaCapo suite. That should take care of this.

Karthik, analyzing large programs up to several hundreds of thousands
of lines of code should certainly work given a few gigabytes of
memory. If it does not, this probably means that you programmed a
particularly memory-hungry or inefficient analysis. Getting analyses
to scale to such programs is not a simple task and often requires very
careful fine-tuning.

Cheers,
Eric


More information about the Soot-list mailing list