[pypy-svn] r71235 - pypy/extradoc/talk/pycon2010/pypyspeed

fijal at codespeak.net fijal at codespeak.net
Mon Feb 15 03:41:30 CET 2010


Author: fijal
Date: Mon Feb 15 03:41:26 2010
New Revision: 71235

Modified:
   pypy/extradoc/talk/pycon2010/pypyspeed/talk.txt
Log:
A bit of progress, probably last checkin before I start real slides


Modified: pypy/extradoc/talk/pycon2010/pypyspeed/talk.txt
==============================================================================
--- pypy/extradoc/talk/pycon2010/pypyspeed/talk.txt	(original)
+++ pypy/extradoc/talk/pycon2010/pypyspeed/talk.txt	Mon Feb 15 03:41:26 2010
@@ -88,6 +88,11 @@
 * while it can be done, we ask you to not use
   old style classes instead :-)
 
+Version tags
+============
+
+XXX
+
 Generators are tricky (for now)
 ===============================
 
@@ -146,12 +151,16 @@
 
 * megamorphic calls
 
+* metaclasses
+
+* class global state
+
 Future
 ======
 
 * release
 
-* xxx
+* try & see
 
 Q&A
 ===



More information about the Pypy-commit mailing list