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

arigo at codespeak.net arigo at codespeak.net
Sat Dec 30 17:20:49 CET 2006


Author: arigo
Date: Sat Dec 30 17:20:48 2006
New Revision: 36061

Modified:
   pypy/dist/pypy/doc/index.txt
Log:
A direct link to jit.txt, which is not complete but complete enough to be 
interesting IMHO.


Modified: pypy/dist/pypy/doc/index.txt
==============================================================================
--- pypy/dist/pypy/doc/index.txt	(original)
+++ pypy/dist/pypy/doc/index.txt	Sat Dec 30 17:20:48 2006
@@ -83,6 +83,9 @@
 `JavaScript backend`_ describes how to use the JavaScript backend to create
 AJAX-based web pages.
 
+`JIT Generation in PyPy`_ describes how we produce the Python Just-in-time Compiler
+from our Python interpreter.
+
 `EU reports`_ is a page that contains links to the
 preliminary reports that we submitted to the European Union.
 
@@ -315,6 +318,7 @@
 .. _`extension compiler`: extcompiler.html
 .. _`py.py`: getting-started.html#main-entry-point
 .. _`translatorshell.py`: getting-started.html#try-out-the-translator
+.. _`JIT Generation in PyPy`: jit.html
 .. _`just-in-time compiler generator`: jit.html
 .. _`jit backends`: jit.html#backends
 .. _`hint-annotator`: jit.html#hint-annotator



More information about the Pypy-commit mailing list