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

benjamin at codespeak.net benjamin at codespeak.net
Fri May 1 05:01:16 CEST 2009


Author: benjamin
Date: Fri May  1 05:01:06 2009
New Revision: 64914

Modified:
   pypy/extradoc/talk/euroscipy2009/abstract.txt
Log:
more style things

Modified: pypy/extradoc/talk/euroscipy2009/abstract.txt
==============================================================================
--- pypy/extradoc/talk/euroscipy2009/abstract.txt	(original)
+++ pypy/extradoc/talk/euroscipy2009/abstract.txt	Fri May  1 05:01:06 2009
@@ -10,12 +10,12 @@
 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 others, Psyco for example, 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.
+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.
 
-In this talk, we will talk about the design principles and future of PyPy's
-JIT. We won't go into too many architectural details.
+In this talk, we will discuss about the design principles and future of
+PyPy's JIT. We won't go into too many architectural details.
 
 We will also present how JIT can make the life easier for simple
 postprocessing of data generated by EULAG model. XXX extend.



More information about the Pypy-commit mailing list