[pypy-svn] r80098 - pypy/extradoc/planning

arigo at codespeak.net arigo at codespeak.net
Thu Dec 23 15:20:25 CET 2010


Author: arigo
Date: Thu Dec 23 15:20:24 2010
New Revision: 80098

Added:
   pypy/extradoc/planning/gc.txt
Log:
Re-add a file gc.txt.


Added: pypy/extradoc/planning/gc.txt
==============================================================================
--- (empty file)
+++ pypy/extradoc/planning/gc.txt	Thu Dec 23 15:20:24 2010
@@ -0,0 +1,4 @@
+The gc should support "lightweight destructors" that just do
+a raw_free().  It should also help because we can then account
+the size of the raw memory attached to objects in this way.
+See e.g. http://codespeak.net/pipermail/pypy-dev/2010q4/006648.html



More information about the Pypy-commit mailing list