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

mwh at codespeak.net mwh at codespeak.net
Tue Mar 16 04:54:27 CET 2010


Author: mwh
Date: Tue Mar 16 04:54:23 2010
New Revision: 72264

Modified:
   pypy/trunk/pypy/doc/jit/pyjitpl5.txt
Log:
typo

Modified: pypy/trunk/pypy/doc/jit/pyjitpl5.txt
==============================================================================
--- pypy/trunk/pypy/doc/jit/pyjitpl5.txt	(original)
+++ pypy/trunk/pypy/doc/jit/pyjitpl5.txt	Tue Mar 16 04:54:23 2010
@@ -82,7 +82,7 @@
 *Tracing* is where JIT interprets the bytecode, generated at translation time,
 of the interpreter interpreting the application level code.  This allows it to
 see the exact operations that make up the application level loop.  Tracing is
-preformed by MetaInterp and MIFrame classes in metainterp/pyjitpl.py.
+performed by MetaInterp and MIFrame classes in metainterp/pyjitpl.py.
 maybe_compile_and_run() creates a MetaInterp and calls its
 compile_and_run_once() method.  This initializes the MIFrame for the input
 arguments of the loop, the red and green variables passed from the



More information about the Pypy-commit mailing list