[pypy-svn] r74404 - pypy/extradoc/talk/pycon-italy-2010/talk

antocuni at codespeak.net antocuni at codespeak.net
Thu May 6 12:25:06 CEST 2010


Author: antocuni
Date: Thu May  6 12:25:04 2010
New Revision: 74404

Modified:
   pypy/extradoc/talk/pycon-italy-2010/talk/talk.txt
Log:
(antocuni, arigo) outline


Modified: pypy/extradoc/talk/pycon-italy-2010/talk/talk.txt
==============================================================================
--- pypy/extradoc/talk/pycon-italy-2010/talk/talk.txt	(original)
+++ pypy/extradoc/talk/pycon-italy-2010/talk/talk.txt	Thu May  6 12:25:04 2010
@@ -14,3 +14,71 @@
 
 - Demo: how to use PyPy right now
 
+
+Part 1
+-------
+
+- What's new and status update
+
+- Mandelbrot demo
+
+
+What's new in PyPy 1.2
+-----------------------
+
+- Main theme: speed
+
+- JIT compiler
+
+- Memory savings
+
+- speed.pypy.org
+
+- ubuntu packages
+
+Speed
+-----
+
+XXX show the performance graphs
+(also with psyco)
+
+
+What works on PyPy
+-------------------
+
+XXX
+
+
+What does not work on PyPy
+--------------------------
+
+XXX :-)
+
+cpyext
+------
+
+XXX
+
+PyPy 1.2.1
+----------
+
+- Coming soon
+
+- Many bugfixes
+
+- beta version of cpyext
+
+
+bPart 2
+-------
+
+JIT
+
+
+
+
+Part 3
+------
+
+Demo explained
+



More information about the Pypy-commit mailing list