[pypy-svn] r41214 - pypy/dist/pypy/doc

mwh at codespeak.net mwh at codespeak.net
Fri Mar 23 20:48:17 CET 2007


Author: mwh
Date: Fri Mar 23 20:48:15 2007
New Revision: 41214

Modified:
   pypy/dist/pypy/doc/interpreter-optimizations.txt
Log:
forgot a work, thanks cf


Modified: pypy/dist/pypy/doc/interpreter-optimizations.txt
==============================================================================
--- pypy/dist/pypy/doc/interpreter-optimizations.txt	(original)
+++ pypy/dist/pypy/doc/interpreter-optimizations.txt	Fri Mar 23 20:48:15 2007
@@ -361,7 +361,7 @@
 ===============
 
 The impact these various optimizations have on performance unsurprisingly
-depends on the program being.  Using the default multi-dict implementation that
+depends on the program being run.  Using the default multi-dict implementation that
 simply special cases string-keyed dictionaries is a clear win on all benchmarks,
 improving results by anything from 15-40 per cent.
 



More information about the Pypy-commit mailing list