[pypy-commit] extradoc extradoc: merge

fijal noreply at buildbot.pypy.org
Tue May 7 14:34:20 CEST 2013


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: extradoc
Changeset: r4972:06be20da4eb9
Date: 2013-05-07 14:34 +0200
http://bitbucket.org/pypy/extradoc/changeset/06be20da4eb9/

Log:	merge

diff --git a/blog/draft/pypy-alpha-arm.rst b/blog/draft/pypy-alpha-arm.rst
--- a/blog/draft/pypy-alpha-arm.rst
+++ b/blog/draft/pypy-alpha-arm.rst
@@ -11,7 +11,7 @@
 This is the first release that supports a range of ARM devices - anything with
 ARMv6 (like the Raspberry Pi) or ARMv7 (like Beagleboard, Chromebook,
 Cubieboard, etc.) that supports VFPv3 should work. We provide builds with
-support for both ARM EABI variants, hard-float and for some older operating
+support for both ARM EABI variants: hard-float and some older operating
 systems soft-float.
 
 This release comes with a list of limitations, consider it alpha quality,
@@ -62,9 +62,9 @@
 
 * benchmark name
 
-* PyPy speedup over CPython on ARM
+* PyPy speedup over CPython on ARM (Cortex A9)
 
-* PyPy speedup over CPython on x86
+* PyPy speedup over CPython on x86 (Xeon)
 
 * speedup on Xeon vs Cortex A9, as measured on CPython
 
@@ -156,8 +156,8 @@
 .. _`installation schemes`: http://doc.pypy.org/en/latest/getting-started.html#installing-pypy
 .. _`PyPy and pip`: http://doc.pypy.org/en/latest/getting-started.html#installing-pypy
 
-We would not recommend using PyPy on ARM just quite yet, however the day
-of a stable PyPy ARM release is not far off.
+We would not recommend using in production PyPy on ARM just quite yet,
+however the day of a stable PyPy ARM release is not far off.
 
 Cheers,
 fijal, bivab, arigo and the whole PyPy team


More information about the pypy-commit mailing list