Author: Armin Rigo <[email protected]> Branch: Changeset: r70420:a2b5c1b83017 Date: 2014-04-03 15:46 +0200 http://bitbucket.org/pypy/pypy/changeset/a2b5c1b83017/
Log: detail diff --git a/pypy/doc/stm.rst b/pypy/doc/stm.rst --- a/pypy/doc/stm.rst +++ b/pypy/doc/stm.rst @@ -254,7 +254,7 @@ The core of the implementation is in a separate C library called stmgc_, in the c7_ subdirectory. Please see the `README.txt`_ for more -information. +information. In particular, the notion of segment is discussed there. .. _stmgc: https://bitbucket.org/pypy/stmgc/src/default/ .. _c7: https://bitbucket.org/pypy/stmgc/src/default/c7/ _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
