[Soot-list] speeding up p2 analysis

Raul Santelices raul at cc.gatech.edu
Thu Jan 22 11:14:02 EST 2009


Hi all,
 For medium-size or large subjects, spark takes a long time doing 
points-to analysis at the beginning. The RTA and VTA alternatives are 
too imprecise for me. I have two questions in this respect:

1. Is it possible to make the p2 analysis work on the application 
classes only? I know this would produce unsafe results, but I would like 
to replace the effects of library calls with some hand-coded approximation.
2. Is it possible to serialize/deserialize the p2 results so they are 
not re-computed every time I run Soot on the same subject?

Thanks,
Raul



More information about the Soot-list mailing list