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

mwh at codespeak.net mwh at codespeak.net
Thu Feb 15 19:18:36 CET 2007


Author: mwh
Date: Thu Feb 15 19:18:35 2007
New Revision: 38945

Modified:
   pypy/dist/pypy/doc/config/index.txt
Log:
add some links to config/index.txt


Modified: pypy/dist/pypy/doc/config/index.txt
==============================================================================
--- pypy/dist/pypy/doc/config/index.txt	(original)
+++ pypy/dist/pypy/doc/config/index.txt	Thu Feb 15 19:18:35 2007
@@ -33,10 +33,17 @@
 There is an `overview`_ of all command line arguments that can be
 passed in either position.
 
+Many of the more interesting object space options enable optimzations,
+which are described in `Alternative object implementations in the PyPy
+standard interpreter`_, or allow the creation of objects that can
+barely be imagined in CPython, which are documented in `What PyPy can
+do for your objects`_.
+
 .. _`configuration`: ../configuration.html
 .. _`object space`: objspace.html
 .. _`objspace options`: objspace.html
 .. _`translation`: translation.html
 .. _`translation options`: translation.html
 .. _`overview`: commandline.html
-
+.. _`Alternative object implementations in the PyPy standard interpreter`: ../object-optimizations.html
+.. _`What PyPy can do for your objects`: ../objspace-proxies.html



More information about the Pypy-commit mailing list