[pypy-svn] r68792 - pypy/branch/shrink-multidict/pypy/doc/config

cfbolz at codespeak.net cfbolz at codespeak.net
Tue Oct 27 14:27:30 CET 2009


Author: cfbolz
Date: Tue Oct 27 14:27:30 2009
New Revision: 68792

Added:
   pypy/branch/shrink-multidict/pypy/doc/config/objspace.std.withinlineddict.txt   (contents, props changed)
Log:
document the new option


Added: pypy/branch/shrink-multidict/pypy/doc/config/objspace.std.withinlineddict.txt
==============================================================================
--- (empty file)
+++ pypy/branch/shrink-multidict/pypy/doc/config/objspace.std.withinlineddict.txt	Tue Oct 27 14:27:30 2009
@@ -0,0 +1,2 @@
+Make instances smaller by creating the __dict__ only when somebody actually
+accesses it. Also makes attribute accesses a tiny bit faster.



More information about the Pypy-commit mailing list