Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r949:dacc33d175bf
Date: 2014-03-04 19:06 +0100
http://bitbucket.org/pypy/stmgc/changeset/dacc33d175bf/

Log:    It seems to get much more likely to crash with a lower value here

diff --git a/c7/demo/demo_random.c b/c7/demo/demo_random.c
--- a/c7/demo/demo_random.c
+++ b/c7/demo/demo_random.c
@@ -8,7 +8,7 @@
 #include "stmgc.h"
 
 #define NUMTHREADS 3
-#define STEPS_PER_THREAD 5000
+#define STEPS_PER_THREAD 500
 #define THREAD_STARTS 100 // how many restarts of threads
 #define SHARED_ROOTS 3
 #define MAXROOTS 1000
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to