[pypy-svn] r63841 - pypy/extradoc/talk/icooolps2009

arigo at codespeak.net arigo at codespeak.net
Wed Apr 8 16:58:06 CEST 2009


Author: arigo
Date: Wed Apr  8 16:58:06 2009
New Revision: 63841

Modified:
   pypy/extradoc/talk/icooolps2009/paper.tex
Log:
Typo.


Modified: pypy/extradoc/talk/icooolps2009/paper.tex
==============================================================================
--- pypy/extradoc/talk/icooolps2009/paper.tex	(original)
+++ pypy/extradoc/talk/icooolps2009/paper.tex	Wed Apr  8 16:58:06 2009
@@ -92,9 +92,9 @@
 In this paper we show how to guide tracing JIT compilers to greatly
 improve the speed of bytecode interpreters.  One crucial point is to
 unroll the bytecode dispatch loop, based on two hints provided by the
-bytecode implementer.  We evaluate our technique by applying it to two
-PyPy interpreters: one is a small example, and the other one is the full
-Python interpreter.
+implementer of the bytecode interpreter.  We evaluate our technique by
+applying it to two PyPy interpreters: one is a small example, and the
+other one is the full Python interpreter.
 
 \end{abstract}
 



More information about the Pypy-commit mailing list