[pypy-svn] pypy documentation-cleanup: Fix the only really outdated comment that I could find.

arigo commits-noreply at bitbucket.org
Sat Apr 30 14:14:58 CEST 2011


Author: Armin Rigo <arigo at tunes.org>
Branch: documentation-cleanup
Changeset: r43801:5e30104b8a80
Date: 2011-04-30 14:10 +0200
http://bitbucket.org/pypy/pypy/changeset/5e30104b8a80/

Log:	Fix the only really outdated comment that I could find.

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
@@ -160,8 +160,11 @@
 in the machine code.  Virtualizables, however, can escape from JIT controlled
 code.
 
-Most of the JIT's optimizer is contained 2 files optimizefindnodes.py and
-optimizeopt.py.
+Other optimizations
+*******************
+
+Most of the JIT's optimizer is contained in the subdirectory
+``metainterp/optimizeopt/``.  Refer to it for more details.
 
 
 More resources


More information about the Pypy-commit mailing list