[pypy-commit] stmgc default: Turn this to 0 again for now; occasionally segfaults in demo_random.

arigo noreply at buildbot.pypy.org
Mon Mar 3 11:01:53 CET 2014


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r934:034e94678c5b
Date: 2014-03-03 11:01 +0100
http://bitbucket.org/pypy/stmgc/changeset/034e94678c5b/

Log:	Turn this to 0 again for now; occasionally segfaults in demo_random.

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
 
 
 


More information about the pypy-commit mailing list