Author: Maciej Fijalkowski <[email protected]> Branch: extradoc Changeset: r5523:94d238600883 Date: 2015-03-30 16:26 +0200 http://bitbucket.org/pypy/extradoc/changeset/94d238600883/
Log: tone down a bit diff --git a/blog/draft/stm-mar2015.txt b/blog/draft/stm-mar2015.txt --- a/blog/draft/stm-mar2015.txt +++ b/blog/draft/stm-mar2015.txt @@ -23,7 +23,8 @@ This is a special version of PyPy that contains the "Software Transactional Memory" (STM) plug-in called stmgc-c7. It gives a replacement for Python's classical Global Interpreter Lock (GIL). The -current version scales only up to around 4 cores; the next version of +current version comes with a modest single-core overhead and scales only +up to around 4 cores on some examples; the next version of the plug-in, stmgc-c8, is in development and should address that limitation. Both versions only support 64-bit Linux; we'd welcome someone to port stmgc-c8 to other (64-bit) platforms. _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
