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

cfbolz at codespeak.net cfbolz at codespeak.net
Thu Feb 15 18:32:19 CET 2007


Author: cfbolz
Date: Thu Feb 15 18:32:17 2007
New Revision: 38937

Modified:
   pypy/dist/pypy/doc/index.txt
Log:
link to object optimizations


Modified: pypy/dist/pypy/doc/index.txt
==============================================================================
--- pypy/dist/pypy/doc/index.txt	(original)
+++ pypy/dist/pypy/doc/index.txt	Thu Feb 15 18:32:17 2007
@@ -93,6 +93,9 @@
 `bytecode interpreter`_ explains the basic mechanisms 
 of the bytecode interpreter and virtual machine. 
 
+`object optimizations`_ describer various alternative object implementations
+(for strings, dicts and lists) in the standard object space.
+
 `translation`_ is a detailed overview of our translation process.  The
 rtyper_ is the largest component of our translation process.
 
@@ -134,6 +137,7 @@
 .. _`compliance test status`: http://codespeak.net/~hpk/pypy-testresult/
 .. _`PyPy statistics`: http://codespeak.net/~hpk/pypy-stat/
 .. _`object spaces`: objspace.html 
+.. _`object optimizations`: object-optimizations.html 
 .. _`translation`: translation.html 
 .. _`dynamic-language translation`: dynamic-language-translation.html
 .. _`low-level encapsulation`: low-level-encapsulation.html



More information about the Pypy-commit mailing list