[pypy-commit] pypy default: Put the link to jit/optimizer along with the links to the other files in

arigo noreply at buildbot.pypy.org
Mon Mar 16 12:24:57 CET 2015


Author: Armin Rigo <arigo at 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).


More information about the pypy-commit mailing list