[Soot-list] FlowAnalysis on large graphs

Patrick Lam plam at sable.mcgill.ca
Fri Mar 30 10:52:32 EDT 2012


On 03/30/2012 02:02 AM, Karthik wrote:
> Have there been any efforts to parallelize such analyses? I did find a
> few papers about parallelization of such analyses.
> Does Soot have any of those features?

It's been something we'd like to implement ever since the first release 
of Soot. Note that, as far as I understand, the main bottleneck is 
processing all of the class files. Usually the analysis itself takes 
less time than reading in the class files and creating the in-memory 
data structures and IRs.

pat



More information about the Soot-list mailing list