[pypy-svn] r44797 - pypy/extradoc/talk/ep2007/pypy_10_and_jit

arigo at codespeak.net arigo at codespeak.net
Fri Jul 6 18:54:53 CEST 2007


Author: arigo
Date: Fri Jul  6 18:54:53 2007
New Revision: 44797

Modified:
   pypy/extradoc/talk/ep2007/pypy_10_and_jit/talk.txt
Log:
Status and a Performance slide.


Modified: pypy/extradoc/talk/ep2007/pypy_10_and_jit/talk.txt
==============================================================================
--- pypy/extradoc/talk/ep2007/pypy_10_and_jit/talk.txt	(original)
+++ pypy/extradoc/talk/ep2007/pypy_10_and_jit/talk.txt	Fri Jul  6 18:54:53 2007
@@ -79,13 +79,35 @@
 Status
 =========
 
-xxx a status slide could fit here
-
+* still rough edges that need polishing
+* still missing a few important extension modules
+* right now, useful parts: special languag features; RPython for high-perf
+
+Performance
+=============
+
+Current interpreter performance is not bad, but lower than CPython:
+
++----------+-------------------+---------------+
+|          |   CPython 2.4.4   |   pypy-llvm   |
++==========+===================+===============+
+| richards |      1.00         |     1.17      |
++----------+-------------------+---------------+
+| pystone  |      1.00         |     1.55      |
++----------+-------------------+---------------+
+| templess |      1.00         |     5.41      |
++----------+-------------------+---------------+
+| gadfly2  |      1.00         |     6.38      |
++----------+-------------------+---------------+
+| mako     |      1.00         |     4.46      |
++----------+-------------------+---------------+
 
 JIT compiler generator
 ======================
 
-.. (empty transition slide to say "in this talk we're mainly focusing on...")
+* our trump card to run plain Python programs fast
+
+* still work in progress!
 
 Flexibility vs. Performance
 =============================



More information about the Pypy-commit mailing list