[Soot-list] LOC in Dacapo-2006 benchmark

Eric Bodden eric.bodden at ec-spride.de
Wed Jan 30 03:38:27 EST 2013


> How does Soot get all class referenced by argument class? By a call-graph I
> suppose? It is not sufficient to read Soot's document. One needs to guess:(
> Sorry  I feel totally confused.

It loads the transitive closure of all dependencies. It your argument
class references class C and this class references D and so on then
all those classes will be loaded.

It may well happen, though, that you miss parts of the Dacapo
benchmark if not using TamiFlex, due to reflective calls that Soot
cannot resolve.

Eric


More information about the Soot-list mailing list