[Soot-list] Call Graph Performance and Alternatives

Patrick Lam plam at cs.mcgill.ca
Wed Sep 29 19:22:56 EDT 2010


On 09/29/10 18:53, Kyle Patrick Holohan wrote:
> - Modifying the Soot source to exclude java.* and javax.* classes from
> call graph construction,
> - Implementing a custom call graph generation library for the application, and
> - Modifying the Soot source to remove unused call graph attributes to
> try to cut down on overall memory usage.
>
> Any other suggestions would be extremely helpful. Thanks in advance.

It's going to be hard to not consider the Java libraries in call graph 
construction, which does generally take a while. However, you might want 
to consider analyzing the software with the oldest JDK library that you 
can, since it will be smaller.

pat


More information about the Soot-list mailing list