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]

Re: another compiler better than gcj ?


Bryce McKinlay writes:
 > 
 > If there is hardware that doesn't match the spec, maybe it 
 > would be nice to be able to tell the back-end that we want a 
 > divide-with-java-semantics, and let it deal with it?

Better just to write the exception handler, I would have thought.
That way the call to _Jv_divI won't happen and the constant folding
will do the right thing.

Andrew.


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