Author: Armin Rigo <[email protected]> Branch: Changeset: r76569:5e232e841e3c Date: 2015-03-26 10:26 +0100 http://bitbucket.org/pypy/pypy/changeset/5e232e841e3c/
Log: Mention the technical report diff --git a/pypy/doc/stm.rst b/pypy/doc/stm.rst --- a/pypy/doc/stm.rst +++ b/pypy/doc/stm.rst @@ -614,6 +614,18 @@ XXX this section mostly empty for now +Technical reports +----------------- + +STMGC-C7 is described in detail in a `technical report`__. + +A separate `position paper`__ gives an overview of our position about +STM in general. + +.. __: http://bitbucket.org/pypy/extradoc/src/extradoc/talk/dls2014/paper/paper.pdf +.. __: http://bitbucket.org/pypy/extradoc/src/extradoc/talk/icooolps2014/ + + Reference to implementation details ----------------------------------- _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
