Re: [drlvm][classlib] DaCapo benchmark regressions

2006-11-09 Thread Alexey Petrenko
The logs for some benchmarks does not have error messages. Is this possible to fix? SY, Alexey 2006/11/9, Robin Garner [EMAIL PROTECTED]: I've just finished adding drlvm to the nightly DaCapo benchmark regression tests. The results are available here:

Re: [drlvm][classlib] DaCapo benchmark regressions

2006-11-09 Thread Evgueni Brevnov
On 11/9/06, Alexey Petrenko [EMAIL PROTECTED] wrote: The logs for some benchmarks does not have error messages. Is this possible to fix? SY, Alexey 2006/11/9, Robin Garner [EMAIL PROTECTED]: I've just finished adding drlvm to the nightly DaCapo benchmark regression tests. The results are

Re: [drlvm][classlib] DaCapo benchmark regressions

2006-11-09 Thread Robin Garner
Evgueni Brevnov wrote: On 11/9/06, Alexey Petrenko [EMAIL PROTECTED] wrote: The logs for some benchmarks does not have error messages. Is this possible to fix? SY, Alexey 2006/11/9, Robin Garner [EMAIL PROTECTED]: I've just finished adding drlvm to the nightly DaCapo benchmark regression

Re: [drlvm][classlib] DaCapo benchmark regressions

2006-11-09 Thread Robin Garner
Evgueni Brevnov wrote: On 11/9/06, Alexey Petrenko [EMAIL PROTECTED] wrote: The logs for some benchmarks does not have error messages. Is this possible to fix? SY, Alexey 2006/11/9, Robin Garner [EMAIL PROTECTED]: I've just finished adding drlvm to the nightly DaCapo benchmark regression

Re: [drlvm][classlib] DaCapo benchmark regressions

2006-11-09 Thread Evgueni Brevnov
Unfortunately, YES. It's a known problem. You need to specify -XcleanupOnExit as well :-) I'm working in it currently will provide a fix soon... Thanks Evgueni On 11/9/06, Robin Garner [EMAIL PROTECTED] wrote: Evgueni Brevnov wrote: On 11/9/06, Alexey Petrenko [EMAIL PROTECTED] wrote:

Re: [drlvm][classlib] DaCapo benchmark regressions

2006-11-09 Thread Geir Magnusson Jr.
Nice - we should put this on the website (maybe same place where we point to JAPI results). Are you tracking performance #'s over time? You are just tracking regression in terms of how much runs, rather than how fast? geir Robin Garner wrote: Weldon Washburn wrote: Fantastic! By the

Re: [drlvm][classlib] DaCapo benchmark regressions

2006-11-09 Thread Robin Garner
Geir Magnusson Jr. wrote: Nice - we should put this on the website (maybe same place where we point to JAPI results). Are you tracking performance #'s over time? You are just tracking regression in terms of how much runs, rather than how fast? geir Right now it's just regression

Re: [drlvm][classlib] DaCapo benchmark regressions

2006-11-09 Thread Geir Magnusson Jr.
Robin Garner wrote: Geir Magnusson Jr. wrote: Nice - we should put this on the website (maybe same place where we point to JAPI results). Are you tracking performance #'s over time? You are just tracking regression in terms of how much runs, rather than how fast? geir Right now it's

Re: [drlvm][classlib] DaCapo benchmark regressions

2006-11-09 Thread Robin Garner
Hmmm ... $ $DRLVM_HOME/jre/bin/java -Xbootclasspath/p:antlr.jar -XcleanupOnExit -Xstats -jar $HOME/dacapo-2006-10.jar antlr Unknown option -Xstats Use java -help to get help on command line options $ $DRLVM_HOME/jre/bin/java -version Apache Harmony Launcher : (c) Copyright 1991, 2006 The

Re: [drlvm][classlib] DaCapo benchmark regressions

2006-11-09 Thread Alexey Varlamov
Robin, 1) it must be debug build of drlvm; 2) syntax is -Xstats:[1|2|3] , the number denotes detalization level. Actually this options gives various *statistics* for run, rather than performance data or profile. E.g. number of particular byte ops performed, exceptions thrown/caugth, most

Re: [drlvm][classlib] DaCapo benchmark regressions

2006-11-09 Thread Robin Garner
Geir Magnusson Jr. wrote: Robin Garner wrote: Geir Magnusson Jr. wrote: Nice - we should put this on the website (maybe same place where we point to JAPI results). Are you tracking performance #'s over time? You are just tracking regression in terms of how much runs, rather than how

Re: [drlvm][classlib] DaCapo benchmark regressions

2006-11-09 Thread Geir Magnusson Jr.
Robin Garner wrote: Geir Magnusson Jr. wrote: Robin Garner wrote: Geir Magnusson Jr. wrote: Nice - we should put this on the website (maybe same place where we point to JAPI results). Are you tracking performance #'s over time? You are just tracking regression in terms of how much

[drlvm][classlib] DaCapo benchmark regressions

2006-11-08 Thread Robin Garner
I've just finished adding drlvm to the nightly DaCapo benchmark regression tests. The results are available here: http://cs/people/Robin.Garner/dacapo/regression/ JikesRVM and DRLVM/Harmony classlib are built from svn checkouts taken when the nightly run kicks off (00:35 Australian Eastern

Re: [drlvm][classlib] DaCapo benchmark regressions

2006-11-08 Thread Weldon Washburn
Fantastic! By the way, the http:// link below did not work for me. On 11/8/06, Robin Garner [EMAIL PROTECTED] wrote: I've just finished adding drlvm to the nightly DaCapo benchmark regression tests. The results are available here: http://cs/people/Robin.Garner/dacapo/regression/ JikesRVM

Re: [drlvm][classlib] DaCapo benchmark regressions

2006-11-08 Thread Robin Garner
Weldon Washburn wrote: Fantastic! By the way, the http:// link below did not work for me. Doh! http://cs.anu.edu.au/people/Robin.Garner/dacapo/regression/ On 11/8/06, Robin Garner [EMAIL PROTECTED] wrote: I've just finished adding drlvm to the nightly DaCapo benchmark regression

Re: [drlvm][classlib] DaCapo benchmark regressions

2006-11-08 Thread Alexey Petrenko
Robin, I was frightened of your message subject... It looks like you've found some serious regressions in classlib and drlvm :) 2006/11/9, Robin Garner [EMAIL PROTECTED]: I've just finished adding drlvm to the nightly DaCapo benchmark regression tests. Great. The results are available

Re: [drlvm][classlib] DaCapo benchmark regressions

2006-11-08 Thread Robin Garner
Alexey Petrenko wrote: Robin, I was frightened of your message subject... It looks like you've found some serious regressions in classlib and drlvm :) :) Well, actually only 7 of the 11 benchmarks run - I guess it's only a regression if they *ever* ran :) The results are available