[pypy-svn] r35117 - pypy/extradoc/talk/warsaw2006

fijal at codespeak.net fijal at codespeak.net
Wed Nov 29 13:34:54 CET 2006


Author: fijal
Date: Wed Nov 29 13:34:52 2006
New Revision: 35117

Modified:
   pypy/extradoc/talk/warsaw2006/fireworks-slides.txt
Log:
....


Modified: pypy/extradoc/talk/warsaw2006/fireworks-slides.txt
==============================================================================
--- pypy/extradoc/talk/warsaw2006/fireworks-slides.txt	(original)
+++ pypy/extradoc/talk/warsaw2006/fireworks-slides.txt	Wed Nov 29 13:34:52 2006
@@ -154,6 +154,30 @@
 
 * Each 'part' has it's own "parent coroutine"
 
+Things that I didn't talk about:
+================================
+
+* Offline partial evaluation
+
+* Prolog interpreter written in RPython
+
+* Security approaches
+
+* Garbage collectors (Boehm, mark&sweep, refcounting)
+
+* GIL
+
+* pylib (support library for pypy)
+
+Developement process:
+=====================
+
+* Test driven (few thousand tests)
+
+* Distributed team
+
+* Sprint driven (every 2 months)
+
 Summer of PyPy:
 ===============
 



More information about the Pypy-commit mailing list