[pypy-svn] pypy documentation-cleanup: RPython toolchain again

lac commits-noreply at bitbucket.org
Fri Apr 29 13:01:18 CEST 2011


Author: Laura Creighton <lac at openend.se>
Branch: documentation-cleanup
Changeset: r43766:a9048c5cc0f7
Date: 2011-04-29 13:00 +0200
http://bitbucket.org/pypy/pypy/changeset/a9048c5cc0f7/

Log:	RPython toolchain again

diff --git a/pypy/doc/jit/pyjitpl5.rst b/pypy/doc/jit/pyjitpl5.rst
--- a/pypy/doc/jit/pyjitpl5.rst
+++ b/pypy/doc/jit/pyjitpl5.rst
@@ -10,8 +10,8 @@
 
 The JIT's `theory`_ is great in principle, but the actual code is a different
 story. This section tries to give a high level overview of how PyPy's JIT is
-implemented.  It's helpful to have an understanding of how the PyPy `translation
-tool chain`_ works before digging into the sources.
+implemented.  It's helpful to have an understanding of how the `RPython translation
+toolchain`_ works before digging into the sources.
 
 Almost all JIT specific code is found in pypy/jit subdirectories.  Translation
 time code is in the codewriter directory.  The metainterp directory holds
@@ -19,7 +19,7 @@
 the backend directory is responsible for generating machine code.
 
 .. _`theory`: overview.html
-.. _`translation tool chain`: ../translation.html
+.. _`RPython translation toolchain`: ../translation.html
 
 
 JIT hints


More information about the Pypy-commit mailing list