Author: David Schneider <[email protected]> Branch: extradoc Changeset: r4967:d4cba19b64b5 Date: 2013-05-02 14:42 +0200 http://bitbucket.org/pypy/extradoc/changeset/d4cba19b64b5/
Log: some fixes 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 @@ -8,9 +8,9 @@ a technology preview, as we know the JIT is not yet stable enough for the full release. However please try your stuff on ARM and report back. -This is the first release that supports a range of ARM devices - anything -with ARMv6 (that supports VFP, like raspberry pi) or ARMv7 (soft- or hard-float) -should work. +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. This release comes with a list of limitations, consider it alpha quality, not suitable for production: @@ -40,7 +40,7 @@ Benchmarks ========== -Everybody loves benchmarks. Here is a table of our benchmark suite (we don't +Everybody loves benchmarks. Here is a table of our benchmark suite (for ARM we don't provide it yet on http://speed.pypy.org, unfortunately). This is a comparison of Cortex A9 processor with 4M cache and Xeon XXX fill in _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
