> From: Marco Trudel <mtrudel@gmx.ch> > To: GCJ <java@gcc.gnu.org> > Date: 2006年11月27日 12:30:41 +0100 > Did anyone benchmark GCJ? I'm searching for some good tests to compare > GCJ to a 1.5 Sun JVM. So far I found this benchmark: > http://www.cs.cmu.edu/~jch/java/linpack.html > It will run about 1.2 times faster on GCJ compiled applications than > with a Sun JVM. Try searching with "GCJ JDK performance" or similar keywords. Performance Comparison of Java/.NET Runtimes (Oct 2004) http://www.shudo.net/jit/perf/ GCJ is faster than Sun HotSpot VMs with very short benchmarks. Sun's runtime suffers start-up time with such benchmarks. Kazuyuki Shudo 2006@shudo.net http://www.shudo.net/