Author: Maciej Fijalkowski <[email protected]> Branch: Changeset: r46428:667ddb171810 Date: 2011-08-10 19:03 +0200 http://bitbucket.org/pypy/pypy/changeset/667ddb171810/
Log: kill 4.3 I really dislike this number diff --git a/pypy/doc/release-1.6.0.rst b/pypy/doc/release-1.6.0.rst --- a/pypy/doc/release-1.6.0.rst +++ b/pypy/doc/release-1.6.0.rst @@ -21,9 +21,9 @@ is beta (it roughly works but a lot of small issues have not been fixed so far). Windows 64 is not yet supported. -The main topics of this release are speed and stability: on average, PyPy 1.6 -is between 20% and 30% faster than PyPy 1.5, and overall it's 4.3 times faster -than CPython when running our set of benchmarks. +The main topics of this release are speed and stability: on average on +our benchmark suite, PyPy 1.6 is between 20% and 30% faster than PyPy 1.5, +which was already much faster than CPython on our set of benchmarks. The speed improvements have been made possible by optimizing many of the layers which compose PyPy. In particular, we improved: the Garbage Collector, _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
