[pypy-svn] r58145 - pypy/extradoc/talk/osdc2008

fijal at codespeak.net fijal at codespeak.net
Sun Sep 14 12:39:17 CEST 2008


Author: fijal
Date: Sun Sep 14 12:39:16 2008
New Revision: 58145

Modified:
   pypy/extradoc/talk/osdc2008/paper.txt
Log:
hybrid gc is the best these days


Modified: pypy/extradoc/talk/osdc2008/paper.txt
==============================================================================
--- pypy/extradoc/talk/osdc2008/paper.txt	(original)
+++ pypy/extradoc/talk/osdc2008/paper.txt	Sun Sep 14 12:39:16 2008
@@ -197,8 +197,10 @@
  * Naive refcounting (used only in tests, really).
  * A mark and sweep garbage collector.
  * A copying generational collector.
+ * Extended copying generational collection with different generations
+   for young and large or old objects.
 
-The copying generational collector has the best performance.
+The extended copying generational collector has the best performance.
 
 
 The Compiled Interpreter



More information about the Pypy-commit mailing list