[kaffe] IA-64 status
Gwenole Beauchesne
gbeauchesne@mandrakesoft.com
Sun, 2 Jun 2002 08:09:16 +0200
Hi,
1) Note that the jthreads implementation won't work on ia64 if compiled
with any gcc < 3.0 (tested 3.0.2 and 3.0.4 nowadays).
2) make all; make Klasses work for both implementations (unix-jthreads,
unix-pthreads). However, make test both fail at the same locations.
error compiling:
TestScript: line -42: 3617 Abandon
/home/gb/kaffe-1.0.7/kaffe/kaffe/Kaffe at.dms.kjc.Main -classpath
".:.:./../../libraries/javalib/Klasses.jar:.:/home/gb/kaffe-1.0.7/libraries/
javalib/Klasses.jar:/home/gb/kaffe-1.0.7/libraries/javalib/kjc.jar" -d .
./DoubleComp.java
error compiling:
TestScript: line -42: 4418 Abandon
/home/gb/kaffe-1.0.7/kaffe/kaffe/Kaffe at.dms.kjc.Main -classpath
".:.:./../../libraries/javalib/Klasses.jar:.:/home/gb/kaffe-1.0.7/libraries/
javalib/Klasses.jar:/home/gb/kaffe-1.0.7/libraries/javalib/kjc.jar" -d .
./ThreadState.java
[...]
This started to happen the last month or so. Could it be another
pointer <-> int conversion problem? Hmm, checking. Anyone with an Alpha
of some other 64-bit machine around to check it out?
How much of config/<arch>/ does the unix-pthreads implementation use?
Since both threads implementation fail at the same places, it would be
interesting if config/<arch>/ is not in cause.
Thanks,
Gwenole