Author: Remi Meier <[email protected]> Branch: extradoc Changeset: r5091:a6a790947de2 Date: 2013-10-15 13:21 +0200 http://bitbucket.org/pypy/extradoc/changeset/a6a790947de2/
Log: stm blog post fixes diff --git a/blog/draft/stm-oct2013.rst b/blog/draft/stm-oct2013.rst --- a/blog/draft/stm-oct2013.rst +++ b/blog/draft/stm-oct2013.rst @@ -79,6 +79,7 @@ with a lot of things yet to come. You can also download a prebuilt binary from here: **XXX** +(Linux x64 only for now) Summary ------- @@ -88,7 +89,7 @@ improvement in speed. What they also tell us is that, obviously, the result is not good enough *yet:* it still takes longer on a 8-threaded PyPy-STM than on a regular single-threaded PyPy-2.1. As you should know -by now, we are good at promizing speed and delivering it years later. +by now, we are good at promising speed and delivering it years later. It has been two years already since PyPy-STM started, so we're in the fast-progressing step right now :-) _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
