[Soot-list] Sizes of benchmarks in Dacapo-2006-MR2

Eric Bodden eric.bodden at ec-spride.de
Fri Feb 8 12:33:05 EST 2013


> I think that what Eric is trying to say here is that he's encouraging
> you to try to think about how you could figure this out before asking
> the list. It should be pretty simple to write some code to count sizes.

Exactly. Here's some pseudo code:

i=0;
//for all classes
//for all methods
//for all units
   i++;
print i;

Eric


More information about the Soot-list mailing list