[pypy-commit] stmgc c7: tweaks

2014-01-18 Thread arigo
Author: Armin Rigo Branch: c7 Changeset: r642:65db74df8ff6 Date: 2014-01-18 16:48 +0100 http://bitbucket.org/pypy/stmgc/changeset/65db74df8ff6/ Log:tweaks diff --git a/c7/core.c b/c7/core.c --- a/c7/core.c +++ b/c7/core.c @@ -19,7 +19,7 @@ #define NB_PAGES(256*256)// 256MB

[pypy-commit] stmgc c7: tweaks

2014-01-04 Thread arigo
Author: Armin Rigo Branch: c7 Changeset: r595:8536ef3473a5 Date: 2014-01-03 14:08 +0100 http://bitbucket.org/pypy/stmgc/changeset/8536ef3473a5/ Log:tweaks diff --git a/c7/core.c b/c7/core.c --- a/c7/core.c +++ b/c7/core.c @@ -19,6 +19,10 @@ #define MAP_PAGES_FLAGS (MAP_PRIVATE | MAP_ANO