Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r56:113d9570c3ad
Date: 2013-06-02 19:22 +0200
http://bitbucket.org/pypy/stmgc/changeset/113d9570c3ad/

Log:    Update README.txt

diff --git a/README.txt b/README.txt
--- a/README.txt
+++ b/README.txt
@@ -9,7 +9,11 @@
 
 The library interface is in "c3/stmgc.h".
 
-A demo program can be found in "c3/demo1.c".
+The file "c3/doc-stmgc.txt" contains a high-level overview followed by
+more detailled explanations.
+
+A demo program can be found in "c3/demo1.c", but the code so far is
+outdated (it doesn't follow what c3/doc-stmgc describes).
 It can be built with "make debug-demo1" or "make build-demo1".
 
 The plan is to use this C code directly with PyPy, and not write
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to