[pypy-svn] r41816 - pypy/dist/pypy/doc/config

mwh at codespeak.net mwh at codespeak.net
Mon Apr 2 18:45:03 CEST 2007


Author: mwh
Date: Mon Apr  2 18:45:02 2007
New Revision: 41816

Added:
   pypy/dist/pypy/doc/config/objspace.std.logspaceoptypes.txt   (contents, props changed)
   pypy/dist/pypy/doc/config/objspace.std.optimized_list_getitem.txt   (contents, props changed)
Log:
add minimal docs for the new options.


Added: pypy/dist/pypy/doc/config/objspace.std.logspaceoptypes.txt
==============================================================================
--- (empty file)
+++ pypy/dist/pypy/doc/config/objspace.std.logspaceoptypes.txt	Mon Apr  2 18:45:02 2007
@@ -0,0 +1,4 @@
+.. internal
+
+Wrap "simple" bytecode implementations like BINARY_ADD with code that collects
+information about which types these bytecodes receive as arguments.

Added: pypy/dist/pypy/doc/config/objspace.std.optimized_list_getitem.txt
==============================================================================
--- (empty file)
+++ pypy/dist/pypy/doc/config/objspace.std.optimized_list_getitem.txt	Mon Apr  2 18:45:02 2007
@@ -0,0 +1 @@
+Optimized list[int] a bit.



More information about the Pypy-commit mailing list