[pypy-commit] extradoc extradoc: tone down a bit

fijal noreply at buildbot.pypy.org
Mon Mar 30 16:26:20 CEST 2015


Author: Maciej Fijalkowski <fijall at gmail.com>
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.


More information about the pypy-commit mailing list