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

antocuni at codespeak.net antocuni at codespeak.net
Mon Mar 8 12:01:31 CET 2010


Author: antocuni
Date: Mon Mar  8 12:01:30 2010
New Revision: 71874

Added:
   pypy/extradoc/talk/pycon-italy-2010/
   pypy/extradoc/talk/pycon-italy-2010/abstract.txt   (contents, props changed)
Log:
abstract for my talk at pycon italy


Added: pypy/extradoc/talk/pycon-italy-2010/abstract.txt
==============================================================================
--- (empty file)
+++ pypy/extradoc/talk/pycon-italy-2010/abstract.txt	Mon Mar  8 12:01:30 2010
@@ -0,0 +1,14 @@
+PyPy 1.2: snakes never crawled so fast
+======================================
+
+PyPy 1.2 has been recently released: the highlight of the new version is on
+the new JIT compiler, which can hugely increase the performances of Python
+programs.
+
+In this talk we explain how the JIT compiler is implemented, and most
+importantly how it works from the point of view of the user: in particular, we
+see which kind of programs can benefit most from the presence of the JIT.
+
+Finally, we present a way to integrate PyPy into existing applications based
+on CPython, to gradually make the performance critical parts to be executed by
+PyPy and get its benefits already now.



More information about the Pypy-commit mailing list