[Soot-list] Seeking proposals for Google Summer Of Code projects

Eric Bodden eric.bodden at ec-spride.de
Sat Feb 16 10:59:20 EST 2013


Hello.

> The existing soot class loader loads every type string accessible from
> the constant pool when loading methods to bodies. With my new class
> loader I only load type strings accessible from a depth first search
> walk from entry points described by the user. The also helps with the
> dependency problems that can happen if you don't have all of the jars.

This sounds indeed nice to have. I am not sure if it would be a good
GSOC project, though, as it sounds like pure integration work.
Wouldn't this be just a matter of preparing a proper patch / pull
request?

Eric


More information about the Soot-list mailing list