Author: Armin Rigo <[email protected]> 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". _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
