[pypy-svn] r64916 - pypy/extradoc/talk/euroscipy2009

benjamin at codespeak.net benjamin at codespeak.net
Fri May 1 05:04:45 CEST 2009


Author: benjamin
Date: Fri May  1 05:04:36 2009
New Revision: 64916

Modified:
   pypy/extradoc/talk/euroscipy2009/abstract.txt
Log:
stray letter

Modified: pypy/extradoc/talk/euroscipy2009/abstract.txt
==============================================================================
--- pypy/extradoc/talk/euroscipy2009/abstract.txt	(original)
+++ pypy/extradoc/talk/euroscipy2009/abstract.txt	Fri May  1 05:04:36 2009
@@ -9,8 +9,8 @@
 
 Creating a JIT has been one of the main objectives of the PyPy project for
 quite a while now.  As of `March 2009`_, we're able to speed up simple
-examples in Python t about 20-30x over the speed of CPython. Since PyPy's
-JIT is much more flexible than Pysco we expect even greater speedups in the
+examples in Python about 20-30x over the speed of CPython. Since PyPy's JIT
+is much more flexible than Pysco we expect even greater speedups in the
 future, as well as support for floats and 64bit architectures, which Psyco
 will not achieve in forseeable future.
 



More information about the Pypy-commit mailing list