[pypy-svn] r75625 - pypy/trunk/pypy/doc/jit

fijal at codespeak.net fijal at codespeak.net
Sat Jun 26 04:56:11 CEST 2010


Author: fijal
Date: Sat Jun 26 04:56:08 2010
New Revision: 75625

Modified:
   pypy/trunk/pypy/doc/jit/pyjitpl5.txt
Log:
Fix ReST


Modified: pypy/trunk/pypy/doc/jit/pyjitpl5.txt
==============================================================================
--- pypy/trunk/pypy/doc/jit/pyjitpl5.txt	(original)
+++ pypy/trunk/pypy/doc/jit/pyjitpl5.txt	Sat Jun 26 04:56:08 2010
@@ -58,7 +58,7 @@
 is replaced with a call to a function, maybe_compile_and_run in warmstate.py,
 that checks if current loop is "hot" and should be compiled.
 
-Next, starting with the portal graph, codewriter/*.py converts the graphs of the
+Next, starting with the portal graph, codewriter/\*.py converts the graphs of the
 interpreter into JIT bytecode.  Since this bytecode is stored in the final
 binary, it's designed to be concise rather than fast.  The bytecode codewriter
 doesn't "see" (what it sees is defined by the JIT's policy) every part of the



More information about the Pypy-commit mailing list