[pypy-svn] r67964 - pypy/extradoc/talk/pycon2010

fijal at codespeak.net fijal at codespeak.net
Tue Sep 29 10:17:44 CEST 2009


Author: fijal
Date: Tue Sep 29 10:17:44 2009
New Revision: 67964

Added:
   pypy/extradoc/talk/pycon2010/jit_abstract.txt   (contents, props changed)
Log:
start one abstract


Added: pypy/extradoc/talk/pycon2010/jit_abstract.txt
==============================================================================
--- (empty file)
+++ pypy/extradoc/talk/pycon2010/jit_abstract.txt	Tue Sep 29 10:17:44 2009
@@ -0,0 +1,16 @@
+The speed of PyPy
+=================
+
+Summary:
+
+First part of the talk will cover PyPy's speed achievements, especially
+connected to the last year's work on JIT. It'll present benchmarks together
+with compatibility comparison. Second part of the talk will cover
+basics of how the JIT work and what sort of programs it can greatly
+speedup (and which ones it can't).
+
+Description:
+
+PyPy's JIT has been in development for quite a while so far and recently
+it started showing some real benefits (being faster than psyco on
+medium sized benchmarks) (XXX link). XXX finish



More information about the Pypy-commit mailing list