[pypy-svn] r64245 - pypy/trunk/pypy/doc

arigo at codespeak.net arigo at codespeak.net
Fri Apr 17 12:39:45 CEST 2009


Author: arigo
Date: Fri Apr 17 12:39:42 2009
New Revision: 64245

Modified:
   pypy/trunk/pypy/doc/faq.txt
Log:
Fix reference to the JIT.


Modified: pypy/trunk/pypy/doc/faq.txt
==============================================================================
--- pypy/trunk/pypy/doc/faq.txt	(original)
+++ pypy/trunk/pypy/doc/faq.txt	Fri Apr 17 12:39:42 2009
@@ -136,11 +136,11 @@
 JVM is difficult, but it is safe to say that PyPy currently runs slower than
 IronPython (CLI) or Jython (JVM) for most tests.
 
-The integration of the work on the Just-In-Time compiler has just
-started; it is not yet ready enough to give useful speed-ups.  See
-status__.
+The work on the Just-In-Time compiler is currently at its fifth revision,
+but it looks like this revision is finally going to make it.  It is work
+in progress; see the `JIT documentation`_.
 
-.. __: jit/status.html
+.. _`JIT documentation`: jit/index.html
 
 
 .. _`prolog and javascript`:



More information about the Pypy-commit mailing list