[pypy-commit] extradoc stm-edit: Fix

arigo noreply at buildbot.pypy.org
Mon Apr 7 21:48:57 CEST 2014


Author: Armin Rigo <arigo at tunes.org>
Branch: stm-edit
Changeset: r5188:b18f495241c3
Date: 2014-04-07 21:48 +0200
http://bitbucket.org/pypy/extradoc/changeset/b18f495241c3/

Log:	Fix

diff --git a/planning/tmdonate2.txt b/planning/tmdonate2.txt
--- a/planning/tmdonate2.txt
+++ b/planning/tmdonate2.txt
@@ -414,7 +414,7 @@
 of programming.  The PyPy project created a substantially improved Python
 language implementation, including a fast Just-in-time (JIT) compiler.
 The increased execution speed that PyPy provides has attracted many users,
-who now find their Python code runs up to four times faster under PyPy
+who now find their Python code runs between 2 and 50 times faster under PyPy
 than under the reference implementation written in C.
 
 However, in the presence of today's machines with multiple processors,


More information about the pypy-commit mailing list