Kiyo Inaba wrote:
Hi Dalibor,
Guilhem committed a jit patch that might help with the double tests, as
it fixes some problems with NaNs.
I can not find any patch recently to fix jit for NaN handling.
You are not talking sysdepCallMethod in mit-as, right? ;-)
Kiyo
He was talking about the HAVE_cvt_{double,float}_int_ieee new icode.
I've noticed that m68k has also a HAVE_cvt_{double,float}_int icode that
may break Java (concerning NaN treatments). To enable the new icode you
have to change the alias in config/m68k/jit-icode.h: undefine
HAVE_cvt_{double,float}_int and define HAVE_cvt_{double,float}_int_ieee
to the former instruction.
Cheers,
Guilhem.
_______________________________________________
kaffe mailing list
[EMAIL PROTECTED]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe