[pypy-svn] r54478 - pypy/extradoc/talk/pycon-italy-2008

antocuni at codespeak.net antocuni at codespeak.net
Tue May 6 15:45:20 CEST 2008


Author: antocuni
Date: Tue May  6 15:45:18 2008
New Revision: 54478

Modified:
   pypy/extradoc/talk/pycon-italy-2008/motivation.txt
   pypy/extradoc/talk/pycon-italy-2008/overview1.png
   pypy/extradoc/talk/pycon-italy-2008/overview2.png
Log:
split status update into 2 slides, modify the images



Modified: pypy/extradoc/talk/pycon-italy-2008/motivation.txt
==============================================================================
--- pypy/extradoc/talk/pycon-italy-2008/motivation.txt	(original)
+++ pypy/extradoc/talk/pycon-italy-2008/motivation.txt	Tue May  6 15:45:18 2008
@@ -34,28 +34,32 @@
 * (demo)
 
 
-PyPy status update
-==================
+PyPy status update (1)
+======================
+
+- JVM backend completed, pypy-jvm
+
+- some new GCs, much faster than ever
 
-What happened in the last year:
+- ctypes for PyPy
 
-  - JVM backend completed, pypy-jvm
+- JIT refactoring, needed to make the JIT production-ready
 
-  - some new GCs, much faster than ever; e.g., generational GC
+- improved .NET integration for pypy-cli
 
-  - ctypes for PyPy
+- new blog: http://morepypy.blogspot.com
 
-  - various performance improvements
 
-      * as fast as CPython on pystone
+PyPy status update (2)
+======================
 
-      * slighly faster on richards
+- various performance improvements
 
-      * less than 2x slower on other benchmarks
+- slighly slower than CPython on pystone (10-20%)
 
-  - JIT refactoring, needed to make the JIT production-ready
+- but faster on richards (20-24%)
 
-  - improved .NET integration for pypy-cli
+- less than 2x slower on other benchmarks
 
 
 Interpreters
@@ -232,14 +236,12 @@
 pypy-c-jit
 ======================
 
-.. where to put this? 
-
 PyPy 1.0 contains both the dynamic compiler generator and the start of
 its application to PyPy's Python intepreter.
 
+JIT refactoring in-progress.
+
 * included are backends for IA32 and PPC
+* experimental/incomplete CLI backend
 * integer arithmetic operations are optimized
 * for these, we are in the speed range of ``gcc -O0``
-* demo (63x faster than CPython)
-
-.. demo f1

Modified: pypy/extradoc/talk/pycon-italy-2008/overview1.png
==============================================================================
Binary files. No diff available.

Modified: pypy/extradoc/talk/pycon-italy-2008/overview2.png
==============================================================================
Binary files. No diff available.



More information about the Pypy-commit mailing list