[pypy-svn] r70439 - pypy/branch/change-celldict2/pypy/doc/config

cfbolz at codespeak.net cfbolz at codespeak.net
Thu Jan 7 19:28:23 CET 2010


Author: cfbolz
Date: Thu Jan  7 19:28:22 2010
New Revision: 70439

Modified:
   pypy/branch/change-celldict2/pypy/doc/config/objspace.std.withcelldict.txt
Log:
update docs


Modified: pypy/branch/change-celldict2/pypy/doc/config/objspace.std.withcelldict.txt
==============================================================================
--- pypy/branch/change-celldict2/pypy/doc/config/objspace.std.withcelldict.txt	(original)
+++ pypy/branch/change-celldict2/pypy/doc/config/objspace.std.withcelldict.txt	Thu Jan  7 19:28:22 2010
@@ -1,2 +1,2 @@
-Enable cell-dicts. This makes global lookups nearly as fast as the lookup of a
-local.
+Enable cell-dicts. This optimization is not helpful without the JIT. In the
+presence of the JIT, it greatly helps looking up globals.



More information about the Pypy-commit mailing list