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

fijal at codespeak.net fijal at codespeak.net
Thu Sep 11 13:35:50 CEST 2008


Author: fijal
Date: Thu Sep 11 13:35:48 2008
New Revision: 58064

Modified:
   pypy/build/doc/benchmark_memory.txt
Log:
I cannot resist adding tuples there ;]


Modified: pypy/build/doc/benchmark_memory.txt
==============================================================================
--- pypy/build/doc/benchmark_memory.txt	(original)
+++ pypy/build/doc/benchmark_memory.txt	Thu Sep 11 13:35:48 2008
@@ -18,7 +18,7 @@
 
 * Microbenchmarks probably with checkpoints in order to have 
   reproducible RAM usage measurements and to analyse
-  specific object types (strings/dicts/lists/old-style/new-style 
+  specific object types (strings/dicts/lists/tuples/old-style/new-style 
   instances ...) and scenarios like reading lines in large file. 
   (reuse some of the speed benchmarks?)
 



More information about the Pypy-commit mailing list