Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r23:0da44e8495d9
Date: 2013-05-26 18:58 +0200
http://bitbucket.org/pypy/stmgc/changeset/0da44e8495d9/

Log:    Demo1 passes (slowly) with multiple threads! Yay.

diff --git a/c3/demo1.c b/c3/demo1.c
--- a/c3/demo1.c
+++ b/c3/demo1.c
@@ -10,8 +10,8 @@
 #include "stmgc.h"
 
 
-#define UPPER_BOUND 2500
-#define NUMTHREADS  2
+#define UPPER_BOUND 250
+#define NUMTHREADS  4
 
 
 #define GCTID_STRUCT_NODE     123
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to