Author: Armin Rigo <[email protected]>
Branch: extradoc
Changeset: r5521:78e31ca9b3bb
Date: 2015-03-30 16:14 +0200
http://bitbucket.org/pypy/extradoc/changeset/78e31ca9b3bb/

Log:    tweaks

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
@@ -2,9 +2,9 @@
 PyPy-STM 2.5.1 - Mawhrin-Skel
 =============================
 
-We're pleased to announce PyPy-STM 2.5.1, Mawhrin-Skel.  This is the
-second official release of PyPy-STM.  You can download this release
-here:
+We're pleased to announce PyPy-STM 2.5.1, codenamed Mawhrin-Skel.
+This is the second official release of PyPy-STM.  You can download
+this release here (64-bit Linux only):
 
     http://pypy.org/download.html
 
@@ -17,8 +17,8 @@
 replacement for Python's classical Global Interpreter Lock (GIL).  The
 current version scales only up to around 4 cores; the next version of
 the plug-in, stmgc-c8, is in development and should address that
-limitation.  Both versions only support 64-bit Linux for now
-(contributions welcome).
+limitation.  Both versions only support 64-bit Linux; we'd welcome
+someone to port stmgc-c8 to other (64-bit) platforms.
 
 This release passes all regular PyPy tests, except for a few
 special cases.  In other words, you should be able to drop in
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to