Author: Armin Rigo <[email protected]> Branch: extradoc Changeset: r5155:9c8a438818d6 Date: 2014-02-11 21:51 +0100 http://bitbucket.org/pypy/extradoc/changeset/9c8a438818d6/
Log: Tweak I did in the published version diff --git a/blog/draft/stm-feb2014.txt b/blog/draft/stm-feb2014.txt --- a/blog/draft/stm-feb2014.txt +++ b/blog/draft/stm-feb2014.txt @@ -13,8 +13,8 @@ difficult issues we ran into for the JIT. So while this is basically yet another restart similar to <a href="http://morepypy.blogspot.com/2013/06/stm-on-drawing-board.html">last -June's</a>, the difference is that the work that we have put in the PyPy -part (as opposed to the C library) remains. +June's</a>, the difference is that the work that we have already put in +the PyPy part (as opposed to the C library) remains. You can read about the basic ideas of this new C library <a href="https://bitbucket.org/pypy/stmgc/raw/c7/c7/README.txt">here</a>. _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
