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

Patrick Lam plam at sable.mcgill.ca
Fri Feb 8 12:56:19 EST 2013


There's a lot of dynamic loading going on, and it would be good to make 
sure that you're including the dynamically-loaded classes.

pat

On 02/08/13 12:35, Zhoulai wrote:
> Thanks. I did it.
>
> Here is the Jimple units  number I found
>
> bloat: 74552
> chart 95337
> eclipse 62025
> ....
>
> But it seems that these numbers are much smaller than what is reported
> by other researchers. For e.x. Richard Xiao in his work reported 350K
> Jimple LOC for the benchmark "chart ".  This puzzles me because I am
> using the simplest way to count, i.e., iterating over all classes using
> -process-dir options, iterating over each methods, then counting the
> number of units. Although Jimple units are not LOC, I don't see why the
> numbers I got are so small....
>
>
> Zell
>
>
>
> On Fri, Feb 8, 2013 at 6:15 PM, Patrick Lam <plam at sable.mcgill.ca
> <mailto:plam at sable.mcgill.ca>> wrote:
>
>     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.
>
>     pat
>
>     On 02/08/13 12:14, Zhoulai wrote:
>      > Thanks for your quick reply.
>      >
>      >
>      > Would you like to give more info. such as "where can we find out
>     these
>      > infos"? Thanks.
>      >
>      > Zell.
>      >
>      >
>      > On Fri, Feb 8, 2013 at 5:51 PM, Eric Bodden
>     <eric.bodden at ec-spride.de <mailto:eric.bodden at ec-spride.de>
>      > <mailto:eric.bodden at ec-spride.de
>     <mailto:eric.bodden at ec-spride.de>>> wrote:
>      >
>      >     Hello.
>      >
>      > > I would like to find out the sizes (source or Jimple) of the
>      >     benchmarks of
>      > > Dacapo-2006-MR2. Is that possible?
>      >
>      >     Yes, it's possible.
>      >
>      >     SCNR,
>      >     Eric
>      >
>      >
>      >
>      >
>      > _______________________________________________
>      > Soot-list mailing list
>      > Soot-list at sable.mcgill.ca <mailto:Soot-list at sable.mcgill.ca>
>      > http://mailman.cs.mcgill.ca/mailman/listinfo/soot-list
>
>     _______________________________________________
>     Soot-list mailing list
>     Soot-list at sable.mcgill.ca <mailto:Soot-list at sable.mcgill.ca>
>     http://mailman.cs.mcgill.ca/mailman/listinfo/soot-list
>
>



More information about the Soot-list mailing list