[pypy-commit] extradoc extradoc: Fix

arigo noreply at buildbot.pypy.org
Mon Apr 7 21:49:56 CEST 2014


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

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