[pypy-svn] r52133 - pypy/extradoc/talk/sfi2008

fijal at codespeak.net fijal at codespeak.net
Tue Mar 4 10:32:02 CET 2008


Author: fijal
Date: Tue Mar  4 10:32:02 2008
New Revision: 52133

Modified:
   pypy/extradoc/talk/sfi2008/talk.txt
Log:
More slides.


Modified: pypy/extradoc/talk/sfi2008/talk.txt
==============================================================================
--- pypy/extradoc/talk/sfi2008/talk.txt	(original)
+++ pypy/extradoc/talk/sfi2008/talk.txt	Tue Mar  4 10:32:02 2008
@@ -69,3 +69,23 @@
 XXX explain how our stack-checking code is far better
     than CPython's one
 
+GC framework
+============
+
+* flexible
+
+* implemented as a translation aspect
+
+* things like write barriers are inserted automatically
+  (programmer have no need to worry about that)
+
+* different root finding strategies
+
+* effective (RPython is faster than C when gc is a bottleneck)
+
+* gcs are written in RPython as well
+
+JIT stuff
+=========
+
+XXX follows



More information about the Pypy-commit mailing list