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

hpk at codespeak.net hpk at codespeak.net
Sun Oct 5 08:36:00 CEST 2008


Author: hpk
Date: Sun Oct  5 08:35:59 2008
New Revision: 58599

Modified:
   pypy/build/doc/benchmark_memory.txt
Log:
adding links to papers


Modified: pypy/build/doc/benchmark_memory.txt
==============================================================================
--- pypy/build/doc/benchmark_memory.txt	(original)
+++ pypy/build/doc/benchmark_memory.txt	Sun Oct  5 08:35:59 2008
@@ -346,3 +346,19 @@
 with grouping by RPython module ("please list the sums of the
 size of the ll values involved in all prebuilt constants referenced
 only by pypy.module.xx").
+
+GC related Papers and links
+===================================
+
+http://www-cs.canisius.edu/~hertzm/thesis.pdf   
+a GC with OS support that behaves well in context of swapping.
+
+http://portal.acm.org/citation.cfm?id=1070891.1065943
+An Energy Efficient Garbage Collector for Java Embedded Devices
+(mark/compact + deferred ref counting) 
+
+http://www.ibm.com/developerworks/ibm/library/i-incrcomp/
+"Hot to minimize pause times and free the heap from dark matter"
+
+
+



More information about the Pypy-commit mailing list