[pypy-commit] stmgc marker: in-progress: clean-up

2014-04-28 Thread arigo
Author: Armin Rigo Branch: marker Changeset: r1188:fe38fc7a7c18 Date: 2014-04-28 17:53 +0200 http://bitbucket.org/pypy/stmgc/changeset/fe38fc7a7c18/ Log:in-progress: clean-up diff --git a/c7/stm/contention.c b/c7/stm/contention.c --- a/c7/stm/contention.c +++ b/c7/stm/contention.c @@ -187,12

[pypy-commit] stmgc marker: in-progress

2014-04-28 Thread arigo
Author: Armin Rigo Branch: marker Changeset: r1186:a8f77868840a Date: 2014-04-28 15:40 +0200 http://bitbucket.org/pypy/stmgc/changeset/a8f77868840a/ Log:in-progress diff --git a/c7/stm/contention.c b/c7/stm/contention.c --- a/c7/stm/contention.c +++ b/c7/stm/contention.c @@ -196,6 +196,10 @@

[pypy-commit] stmgc marker: in-progress: record markers corresponding to old_modified_objects

2014-04-23 Thread arigo
Author: Armin Rigo Branch: marker Changeset: r1180:3cdcd273d6d3 Date: 2014-04-23 17:01 +0200 http://bitbucket.org/pypy/stmgc/changeset/3cdcd273d6d3/ Log:in-progress: record markers corresponding to old_modified_objects diff --git a/c7/stm/core.c b/c7/stm/core.c --- a/c7/stm/core.c +++ b/c7/s