Author: Remi Meier <[email protected]>
Branch:
Changeset: r1991:08d59f4f6b40
Date: 2016-06-29 13:28 +0200
http://bitbucket.org/pypy/stmgc/changeset/08d59f4f6b40/
Log: increase default NB_SEGMENTS from 4 to 8
diff --git a/c8/stmgc.h b/c8/stmgc.h
--- a/c8/stmgc.h
+++ b/c8/stmgc.h
@@ -205,7 +205,7 @@
threads than the number of segments, it will block, waiting for the
next segment to become free.
*/
-#define STM_NB_SEGMENTS 4
+#define STM_NB_SEGMENTS 8
/* Structure of objects
--------------------
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit