PatchSet 7529 
Date: 2007/08/09 01:28:44
Author: robilad
Branch: HEAD
Tag: (none) 
Log:
updated FAQ.win32

Members: 
        ChangeLog:1.5027->1.5028 
        FAQ/FAQ.win32:1.5->1.6 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.5027 kaffe/ChangeLog:1.5028
--- kaffe/ChangeLog:1.5027      Thu Aug  9 01:24:56 2007
+++ kaffe/ChangeLog     Thu Aug  9 01:28:44 2007
@@ -1,3 +1,7 @@
+2007-08-09  Dalibor Topic  <[EMAIL PROTECTED]>
+
+       * FAQ/FAQ.win32: Updated.
+
 2007-08-09  Kazuyuki Shudo  <[EMAIL PROTECTED]>
 
        This brings pthreads failures on Cygwin down to 11 for intrp,
Index: kaffe/FAQ/FAQ.win32
diff -u kaffe/FAQ/FAQ.win32:1.5 kaffe/FAQ/FAQ.win32:1.6
--- kaffe/FAQ/FAQ.win32:1.5     Tue Aug  7 19:04:42 2007
+++ kaffe/FAQ/FAQ.win32 Thu Aug  9 01:28:45 2007
@@ -41,8 +41,8 @@
 I tried various configuration options, and eventually settled for
 
        ../kaffe/configure --with-gc=kaffe-gc --disable-native-awt \
-       --with-staticvm --with-staticbin --with-threads=unix-jthreads \
-       --enable-pure-java-math --disable-shared
+       --with-staticvm --with-staticbin --enable-pure-java-math \
+       --disable-shared
 
 --with-gc=kaffe-gc sets the gc to kaffe's gc. it's the default, anyway, 
 but I've had configure scripts do odd things on cygwin, so I set it 
@@ -61,11 +61,6 @@
 static binaries would be appreciated. Send them to the mailing list,
 as well.
 
---with-threads=unix-jthreads sets the threading model to jthreads, 
-since the default pthreads seem to spend a few seconds getting stuck 
-somewhere deep in windows/cygwin libraries, and eventually produce a 
-warning message from Cygwin that only confuses the test scripts.
-
 --enable-pure-java-math If you are not using crypto and don't have 
 gmp installed.
 
@@ -76,7 +71,10 @@
 ======
 
 With this setup, and after a round or two of make && make check, I get 
-142 passes out of 150 regression tests with the interpreter engine. 
+142 passes out of 150 regression tests with the interpreter engine, and
+131 passes for the jit engine using --with-threads=unix-jthreads, and
+for --with-threads=unix-pthreads I get 139 passes for interpreter and 
+126 for the jit engine.
 
 There probably are various issues that the compiler warnings should be 
 able to help interested developers fix. As usual, I'd appreciate patches. 

_______________________________________________
kaffe mailing list
kaffe@kaffe.org
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Reply via email to