[pypy-commit] stmgc default: Document the progress

arigo noreply at buildbot.pypy.org
Sun Jun 16 18:58:18 CEST 2013


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r161:6b668352cf79
Date: 2013-06-16 18:57 +0200
http://bitbucket.org/pypy/stmgc/changeset/6b668352cf79/

Log:	Document the progress

diff --git a/README.txt b/README.txt
--- a/README.txt
+++ b/README.txt
@@ -9,6 +9,10 @@
 
 The library interface is in "c4/stmgc.h".
 
+Progress (these revisions are roughly stable versions, pick the latest):
+- f1ccf5bbcb6f: first step, working but with no GC
+- 8da924453f29: minor collection seems to be working, no major GC
+
 The file "c4/doc-objects.txt" contains some low-level explanations.
 
 Run tests with "py.test".


More information about the pypy-commit mailing list