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

arigo at codespeak.net arigo at codespeak.net
Fri Sep 12 19:56:40 CEST 2008


Author: arigo
Date: Fri Sep 12 19:56:38 2008
New Revision: 58087

Modified:
   pypy/build/doc/benchmark_memory.txt
Log:
Confirmed.


Modified: pypy/build/doc/benchmark_memory.txt
==============================================================================
--- pypy/build/doc/benchmark_memory.txt	(original)
+++ pypy/build/doc/benchmark_memory.txt	Fri Sep 12 19:56:38 2008
@@ -212,12 +212,9 @@
 This is the code section.  It is mapped read-only from the disk.  We see
 that the code section is 4.6MB in size, of which 2MB have been loaded so
 far.  These 2MB are Clean, so if the system runs out of memory they can
-be simply discarded, and later reloaded on demand from the executable
-(*).  The 2MB are also Shared, so several pypy-c processes share them
-with each other (*).
-
-I am using (*) to indicate "likely theories" that still need
-confirmation.
+be simply discarded, and later reloaded on demand from the executable.
+The 2MB are also Shared, so several pypy-c processes share them
+with each other.
 
 Second mapping::
 



More information about the Pypy-commit mailing list