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

xoraxax at codespeak.net xoraxax at codespeak.net
Sat Oct 4 13:20:39 CEST 2008


Author: xoraxax
Date: Sat Oct  4 13:20:38 2008
New Revision: 58590

Modified:
   pypy/build/doc/benchmark_memory.txt
Log:
Ideas on how to report static memory usage.

Modified: pypy/build/doc/benchmark_memory.txt
==============================================================================
--- pypy/build/doc/benchmark_memory.txt	(original)
+++ pypy/build/doc/benchmark_memory.txt	Sat Oct  4 13:20:38 2008
@@ -330,4 +330,7 @@
 a translation of an RPython program, one could write a reftracker
 like graph viewer page that recursively sums up the value sizes
 and provides navigation to referenced container values.
-
+This information could also be generated in a report-like way
+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").



More information about the Pypy-commit mailing list