[pypy-commit] stmgc default: progress

2014-09-05 Thread Raemi
Author: Remi Meier Branch: Changeset: r1354:b58cd671cb54 Date: 2014-09-05 10:18 +0200 http://bitbucket.org/pypy/stmgc/changeset/b58cd671cb54/ Log:progress diff --git a/c8/stm/core.c b/c8/stm/core.c --- a/c8/stm/core.c +++ b/c8/stm/core.c @@ -14,19 +14,41 @@ long i; int my_segnum =

[pypy-commit] stmgc default: progress

2014-09-04 Thread Raemi
Author: Remi Meier Branch: Changeset: r1352:6db6026fb9a6 Date: 2014-09-04 17:32 +0200 http://bitbucket.org/pypy/stmgc/changeset/6db6026fb9a6/ Log:progress diff --git a/c8/stm/core.c b/c8/stm/core.c --- a/c8/stm/core.c +++ b/c8/stm/core.c @@ -7,6 +7,28 @@ /* # signal handler #

[pypy-commit] stmgc default: Progress, but still disabled because I got one crash in duhton

2014-03-02 Thread arigo
Author: Armin Rigo Branch: Changeset: r923:3d93e48f1cce Date: 2014-03-02 14:02 +0100 http://bitbucket.org/pypy/stmgc/changeset/3d93e48f1cce/ Log:Progress, but still disabled because I got one crash in duhton diff --git a/c7/stm/contention.c b/c7/stm/contention.c --- a/c7/stm/contention.c ++

[pypy-commit] stmgc default: Progress

2013-06-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r303:08f615ac1415 Date: 2013-06-27 14:24 +0200 http://bitbucket.org/pypy/stmgc/changeset/08f615ac1415/ Log:Progress diff --git a/README.txt b/README.txt --- a/README.txt +++ b/README.txt @@ -9,10 +9,11 @@ The library interface is in "c4/stmgc.h". -

[pypy-commit] stmgc default: Progress

2013-06-25 Thread arigo
Author: Armin Rigo Branch: Changeset: r277:5252837946d1 Date: 2013-06-25 16:42 +0200 http://bitbucket.org/pypy/stmgc/changeset/5252837946d1/ Log:Progress diff --git a/duhton/frame.c b/duhton/frame.c --- a/duhton/frame.c +++ b/duhton/frame.c @@ -34,9 +34,14 @@ DuFrameNodeObject *ob_node

[pypy-commit] stmgc default: Progress

2013-06-16 Thread arigo
Author: Armin Rigo Branch: Changeset: r150:ae17752628f7 Date: 2013-06-16 16:23 +0200 http://bitbucket.org/pypy/stmgc/changeset/ae17752628f7/ Log:Progress diff --git a/c4/et.c b/c4/et.c --- a/c4/et.c +++ b/c4/et.c @@ -753,6 +753,7 @@ { if (d->active >= 0) { + fprintf(stderr, "a

[pypy-commit] stmgc default: progress

2013-06-12 Thread arigo
Author: Armin Rigo Branch: Changeset: r100:3f28eb08b77f Date: 2013-06-12 19:12 +0200 http://bitbucket.org/pypy/stmgc/changeset/3f28eb08b77f/ Log:progress diff --git a/c4/et.c b/c4/et.c --- a/c4/et.c +++ b/c4/et.c @@ -120,7 +120,7 @@ /* we update P_prev->h_revision as a shortc

[pypy-commit] stmgc default: progress

2013-06-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r88:38cc005153e5 Date: 2013-06-09 22:23 +0200 http://bitbucket.org/pypy/stmgc/changeset/38cc005153e5/ Log:progress diff --git a/c4/et.c b/c4/et.c --- a/c4/et.c +++ b/c4/et.c @@ -30,6 +30,11 @@ { return thread_descriptor; } +static int is_private(gc

[pypy-commit] stmgc default: progress in stealing

2013-06-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r81:77e624bcbfd2 Date: 2013-06-08 22:57 +0200 http://bitbucket.org/pypy/stmgc/changeset/77e624bcbfd2/ Log:progress in stealing diff --git a/c4/steal.c b/c4/steal.c --- a/c4/steal.c +++ b/c4/steal.c @@ -45,13 +45,23 @@ void stm_steal_stub(gcptr P) {

[pypy-commit] stmgc default: Progress

2013-05-28 Thread arigo
Author: Armin Rigo Branch: Changeset: r47:0dfc3a9bc0a7 Date: 2013-05-27 21:38 +0200 http://bitbucket.org/pypy/stmgc/changeset/0dfc3a9bc0a7/ Log:Progress diff --git a/c3/doc.txt b/c3/doc.txt --- a/c3/doc.txt +++ b/c3/doc.txt @@ -53,3 +53,6 @@ - how to handle immutable objects? they might

[pypy-commit] stmgc default: progress

2013-05-26 Thread arigo
Author: Armin Rigo Branch: Changeset: r33:34499de37f69 Date: 2013-05-26 21:14 +0200 http://bitbucket.org/pypy/stmgc/changeset/34499de37f69/ Log:progress diff --git a/c3/test/support.py b/c3/test/support.py --- a/c3/test/support.py +++ b/c3/test/support.py @@ -96,6 +96,7 @@ #define GCFL

[pypy-commit] stmgc default: progress

2013-05-26 Thread arigo
Author: Armin Rigo Branch: Changeset: r19:a16db24e402f Date: 2013-05-26 16:54 +0200 http://bitbucket.org/pypy/stmgc/changeset/a16db24e402f/ Log:progress diff --git a/c3/atomic_ops.h b/c3/atomic_ops.h --- a/c3/atomic_ops.h +++ b/c3/atomic_ops.h @@ -109,8 +109,8 @@ } -#define spinlock_ac