Author: Armin Rigo
Branch:
Changeset: r82:1366ee6b9a4d
Date: 2013-06-08 22:59 +0200
http://bitbucket.org/pypy/stmgc/changeset/1366ee6b9a4d/
Log:fix
diff --git a/c4/steal.c b/c4/steal.c
--- a/c4/steal.c
+++ b/c4/steal.c
@@ -56,10 +56,10 @@
gcptr L = (gcptr)P->h_revision;
gcptr Q =
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)
{
Author: Armin Rigo
Branch:
Changeset: r80:1456f52e680d
Date: 2013-06-08 22:49 +0200
http://bitbucket.org/pypy/stmgc/changeset/1456f52e680d/
Log:in-progress
diff --git a/c4/et.c b/c4/et.c
--- a/c4/et.c
+++ b/c4/et.c
@@ -60,38 +60,6 @@
/*
Author: Armin Rigo
Branch:
Changeset: r79:91fdce635f8f
Date: 2013-06-08 21:25 +0200
http://bitbucket.org/pypy/stmgc/changeset/91fdce635f8f/
Log:Introduce tx_public_descriptor to cope with threads ending
diff --git a/c4/doc-objects.txt b/c4/doc-objects.txt
--- a/c4/doc-objects.txt
+++ b/c4/d
Author: Armin Rigo
Branch:
Changeset: r78:98c0b1dadf35
Date: 2013-06-08 15:14 +0200
http://bitbucket.org/pypy/stmgc/changeset/98c0b1dadf35/
Log:in-progress
diff --git a/c4/doc-objects.txt b/c4/doc-objects.txt
--- a/c4/doc-objects.txt
+++ b/c4/doc-objects.txt
@@ -1,3 +1,22 @@
+
+Design goal
Author: Armin Rigo
Branch:
Changeset: r64826:c7cda7189297
Date: 2013-06-08 11:26 +0200
http://bitbucket.org/pypy/pypy/changeset/c7cda7189297/
Log:Import cffi/28f10889b5aa.
diff --git a/lib_pypy/cffi/api.py b/lib_pypy/cffi/api.py
--- a/lib_pypy/cffi/api.py
+++ b/lib_pypy/cffi/api.py
@@ -361,
Author: Armin Rigo
Branch:
Changeset: r64825:0b26d350de79
Date: 2013-06-08 11:24 +0200
http://bitbucket.org/pypy/pypy/changeset/0b26d350de79/
Log:Move this logic after the checks, otherwise errors might be hidden
(on Windows). (This follows cffi/0b90939873ae)
diff --git a/pypy/modul