Author: Armin Rigo <[email protected]> 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 _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
