This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: my crude benchmark results
- From: Andrew Haley <aph at redhat dot com>
- To: James Damour <jdamour at nycap dot rr dot com>
- Cc: java at gcc dot gnu dot org
- Date: Thu, 15 Jul 2004 13:51:43 +0100
- Subject: Re: my crude benchmark results
- References: <1089895289.20871.138.camel@hovel.lepus.org>
James Damour writes:
> I'm thinking that the bounds
> check isn't as important an optimization as the fast math functions.
If you're doing a lot of floating-point transcendental operations
that's certainly true. Array bounds checking is important in some
other areas, though.
Andrew.