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

Log:    Still debugging, I think it's safer to set this to 0 for now

diff --git a/c7/stm/gcpage.h b/c7/stm/gcpage.h
--- a/c7/stm/gcpage.h
+++ b/c7/stm/gcpage.h
@@ -15,7 +15,7 @@
 #define GC_MAJOR_COLLECT       1.82
 
 /* re-share pages after major collections (1 or 0) */
-#define RESHARE_PAGES 1
+#define RESHARE_PAGES 0
 
 
 
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to