[pypy-svn] r61230 - pypy/extradoc/talk/wroclaw2009

fijal at codespeak.net fijal at codespeak.net
Thu Jan 22 13:03:23 CET 2009


Author: fijal
Date: Thu Jan 22 13:03:22 2009
New Revision: 61230

Modified:
   pypy/extradoc/talk/wroclaw2009/talk.txt
Log:
minor updates


Modified: pypy/extradoc/talk/wroclaw2009/talk.txt
==============================================================================
--- pypy/extradoc/talk/wroclaw2009/talk.txt	(original)
+++ pypy/extradoc/talk/wroclaw2009/talk.txt	Thu Jan 22 13:03:22 2009
@@ -144,6 +144,8 @@
 
 * comes with majority of CPython's stdlib (including ctypes)
 
+* able to run django, twisted, pylons...
+
 PyPy - garbage collection
 =========================
 
@@ -178,6 +180,9 @@
 * 1st generation was able to speed up examples
   up to 60x (same as psyco)
 
+* psyco (0th generation) was able to speedup
+  python programs up to the same as gcc -O0
+
 * not ready yet
 
 * based on tracing JIT by Michael Franz
@@ -214,7 +219,8 @@
 Q&A
 ===
 
-* this slides: http://codespeak.net/svn/pypy/extradoc/talk/wroclaw2009/talk.pdf
+* this slides: http://codespeak.net/svn/pypy/extradoc/talk/
+  wroclaw2009/talk.pdf
 
 * blog: http://morepypy.blogspot.com
 



More information about the Pypy-commit mailing list