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

Phil Pratt-Szeliga pcpratts at trifort.org
Sat Feb 16 13:25:31 EST 2013


Hi Eric

>> 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?

Okay, I'll look into doing this pull request in maybe a month or so. I
still have some things to work on. It needs some better data
structures to execute a fixed-point faster, but yeah, probably not
enough for a GSOC project.

Thanks,
Phil Pratt-Szeliga
Syracuse University
http://trifort.org/


More information about the Soot-list mailing list