This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Performance comparison of Java (and .NET) runtimes


shudo@computer.org wrote:

I have updated a web page showing results of performance measurement of
various Java runtimes.

 Performance Comparison of Java/.NET Runtimes (Oct 2004)
 http://www.shudo.net/jit/perf/

The benchmarks on the page are mainly compute intensive and not
server-side ones: SPEC JVM98, SciMark 2.0, Linpack benchmark and
Eratosthenes sieve. Such benchmark results seem not to be in much
demand these days but recently released JDK 5.0 pushed me into doing
performance measurement.


Cool, thanks for posting that. It would be good to understand why GCJ does so poorly on some of the SPEC JVM scores. Did you ever try it with -ffast-math and/or -march=pentium4? (also, perhaps -fno-bounds-check, but I guess that is cheating)

Regards

Bryce


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]