[pypy-svn] r58215 - pypy/build/doc

fijal at codespeak.net fijal at codespeak.net
Thu Sep 18 09:45:59 CEST 2008


Author: fijal
Date: Thu Sep 18 09:45:56 2008
New Revision: 58215

Modified:
   pypy/build/doc/benchmark_memory_gcnotes.txt
Log:
Some notes about gc and paging


Modified: pypy/build/doc/benchmark_memory_gcnotes.txt
==============================================================================
--- pypy/build/doc/benchmark_memory_gcnotes.txt	(original)
+++ pypy/build/doc/benchmark_memory_gcnotes.txt	Thu Sep 18 09:45:56 2008
@@ -18,3 +18,7 @@
 * deferred refcounting with a nursery
 
 
+Some references
+===============
+
+* Garbage collector without paging: http://www.cs.umass.edu/~emery/pubs/f034-hertz.pdf, some discussion: http://lambda-the-ultimate.org/node/2391



More information about the Pypy-commit mailing list