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: Native compilation article


Anthony Green writes:
 > On Fri, 2002-01-25 at 12:08, Bryce McKinlay wrote:
 > > They used GCC 3.0 for their testing. The current cvs GCJ beats IBM and 
 > > Sun on Scimark, and is in fact much faster if we cheat with 
 > > --no-bounds-check.
 > 
 > We should look at not including -ffloat-store in the specs file.  This
 > is a throw-back to the old fp rules (and it didn't even always work).

No it isn't.  There is numeric conversion code in the library that
absolutely depends on -ffloat-store.

Andrew.


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