[pypy-commit] pypy stmgc-c7: import stmgc/f18bff5ab704 (branch card-marking)

arigo noreply at buildbot.pypy.org
Tue Jul 1 13:08:11 CEST 2014


Author: Armin Rigo <arigo at tunes.org>
Branch: stmgc-c7
Changeset: r72305:2903b643cad6
Date: 2014-07-01 13:07 +0200
http://bitbucket.org/pypy/pypy/changeset/2903b643cad6/

Log:	import stmgc/f18bff5ab704 (branch card-marking)

diff --git a/rpython/translator/stm/src_stm/revision b/rpython/translator/stm/src_stm/revision
--- a/rpython/translator/stm/src_stm/revision
+++ b/rpython/translator/stm/src_stm/revision
@@ -1,1 +1,1 @@
-6d6832a447c3
+f18bff5ab704
diff --git a/rpython/translator/stm/src_stm/stm/core.h b/rpython/translator/stm/src_stm/stm/core.h
--- a/rpython/translator/stm/src_stm/stm/core.h
+++ b/rpython/translator/stm/src_stm/stm/core.h
@@ -15,7 +15,7 @@
 #endif
 
 
-#define NB_PAGES            (1500*256)    // 1500MB
+#define NB_PAGES            (2500*256)    // 2500MB
 #define NB_SEGMENTS         STM_NB_SEGMENTS
 #define NB_SEGMENTS_MAX     240    /* don't increase NB_SEGMENTS past this */
 #define MAP_PAGES_FLAGS     (MAP_SHARED | MAP_ANONYMOUS | MAP_NORESERVE)


More information about the pypy-commit mailing list