Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r3:c546d6e73be7
Date: 2013-05-25 16:36 +0200
http://bitbucket.org/pypy/stm/changeset/c546d6e73be7/

Log:    Add a comment

diff --git a/README.txt b/README.txt
--- a/README.txt
+++ b/README.txt
@@ -11,3 +11,8 @@
 
 A demo program can be found in "c3/demo1.c".
 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
+manually the many calls to the shadow stack and the barrier functions.
+But the manual way is possible too, say when writing a small interpreter
+directly in C.
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to