Hi, Since I got both m68k/netbsd and m68k/linux working, I restarted to reduce the number of failure in regression test.
First test failed for both netbsd and linux is 'RefTest.java', and I noticed it is very simple why it fails. In the source we have Watchdog dog = new Watchdog(10000); and changing the number to 1000000 (wow!) makes this test is passed by both m68k/netbsd and m68k/linux. So, my question, where this magic number come from? Is it ok to increase for slower machine like m68k? Or in long run, aren't there any better way to set these performance specific parameters depends on the machine speed? Kiyo _______________________________________________ kaffe mailing list [email protected] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe
