my crude benchmark results

Andrew Haley aph@redhat.com
Thu Jul 15 12:51:00 GMT 2004


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.



More information about the Java mailing list