[Soot-list] load classes from jimple files

Kin Keung Ma archicat at gmail.com
Thu Mar 24 12:59:41 EST 2005


On Thu, 24 Mar 2005 12:48:08 -0500 (EST), Patrick LAM
<plam at sable.mcgill.ca> wrote:
> On Thu, 24 Mar 2005, Kin Keung Ma wrote:
> > If such a way exists, will the class loading take less time than
> > loading a class from .class ?
> 
> Unfortunately, it is no faster to load a file from .jimple than from
> .class.

Is there a way to put SootClass objects to ObjectOutputStream, so that
I can reload them later without going thru the class resolving process
which is more time consuming?

Kin


More information about the Soot-list mailing list