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: my crude benchmark results


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.


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