[pypy-svn] r63684 - pypy/extradoc/talk/ep2009

arigo at codespeak.net arigo at codespeak.net
Sun Apr 5 20:41:04 CEST 2009


Author: arigo
Date: Sun Apr  5 20:41:04 2009
New Revision: 63684

Modified:
   pypy/extradoc/talk/ep2009/abstract.txt
Log:
Precision.


Modified: pypy/extradoc/talk/ep2009/abstract.txt
==============================================================================
--- pypy/extradoc/talk/ep2009/abstract.txt	(original)
+++ pypy/extradoc/talk/ep2009/abstract.txt	Sun Apr  5 20:41:04 2009
@@ -15,9 +15,9 @@
 now provides a complete, flexible and reasonably fast Python
 interpreter, itself implemented in Python.  "Complete" means
 it is fully compliant but misses a lot of third-party
-extension modules; "reasonably fast" still means about 1.5
-to 2 times slower than CPython; and we will give some examples
-of "flexible".
+extension modules; "reasonably fast" still means that without
+the JIT we are about 1.5 to 2 times slower than CPython; and
+we will give some examples of "flexible".
 
 This section of the talk is mostly intended for people who are already
 familiar with the PyPy project, and want an update as to how we are doing.



More information about the Pypy-commit mailing list