This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
benchmarking
- From: Tom Tromey <tromey at redhat dot com>
- To: GCC Java <java at gcc dot gnu dot org>
- Date: Wed, 09 Apr 2008 11:36:50 -0600
- Subject: benchmarking
- Reply-to: Tom Tromey <tromey at redhat dot com>
I just learned about this today, and I thought gcj folks would be
interested:
http://www.stefankrause.net/wp/?p=6
I didn't look at the benchmarks too closely. It does confirm
something we've known a long time, though, which is that bounds- and
store-checks are slow. Maybe someone ought to resurrect the tree-ssa
optimization passes for this :)
Tom