[Soot-list] Is there any way to get Soot to save the jimplified representations of the classes?

Patrick LAM plam at sable.mcgill.ca
Tue Mar 28 14:28:40 EST 2006


On Tue, 28 Mar 2006, Kin Keung Ma wrote:

> I wonder is there any way to get Soot to save the jimplified
> representations of the classes?  I.e., could I do a pass of Soot
> where I jimplify the whole program and cache that, and then just
> run my analysis afterwards, so it wouldn't take so long if I want
> to redo it?

Yes, Soot can emit jimple code and parse it.  Unfortunately, in our
experience it doesn't actually save any time.  If you're still interested
in doing this, ask and I'll try to remember what you have to do.

pat




More information about the Soot-list mailing list