Author: Armin Rigo <ar...@tunes.org>
Branch: 
Changeset: r76401:9e1a77cd0e5c
Date: 2015-03-16 12:05 +0100
http://bitbucket.org/pypy/pypy/changeset/9e1a77cd0e5c/

Log:    Put the link to jit/optimizer along with the links to the other
        files in the jit/ subdirectory

diff --git a/rpython/doc/index.rst b/rpython/doc/index.rst
--- a/rpython/doc/index.rst
+++ b/rpython/doc/index.rst
@@ -63,7 +63,6 @@
    translation
    rtyper
    garbage_collection
-   jit/optimizer
 
 
 Indices and tables
diff --git a/rpython/doc/jit/index.rst b/rpython/doc/jit/index.rst
--- a/rpython/doc/jit/index.rst
+++ b/rpython/doc/jit/index.rst
@@ -23,11 +23,15 @@
 
    overview
    pyjitpl5
+   optimizer
    virtualizable
 
 - :doc:`Overview <overview>`: motivating our approach
 
 - :doc:`Notes <pyjitpl5>` about the current work in PyPy
 
+- :doc:`Optimizer <optimizer>`: the step between tracing and writing
+  machine code
+
 - :doc:`Virtulizable <virtualizable>` how virtualizables work and what they are
   (in other words how to make frames more efficient).
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to