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

cfbolz at codespeak.net cfbolz at codespeak.net
Wed Apr 8 18:26:57 CEST 2009


Author: cfbolz
Date: Wed Apr  8 18:26:54 2009
New Revision: 63859

Modified:
   pypy/extradoc/talk/icooolps2009/paper.tex
Log:
a final tweak


Modified: pypy/extradoc/talk/icooolps2009/paper.tex
==============================================================================
--- pypy/extradoc/talk/icooolps2009/paper.tex	(original)
+++ pypy/extradoc/talk/icooolps2009/paper.tex	Wed Apr  8 18:26:54 2009
@@ -79,9 +79,9 @@
 
 \begin{abstract}
 
-We attempt to use the technique of Tracing JIT Compilers
+We attempt to apply the technique of Tracing JIT Compilers
 in the context
-of the PyPy project, \ie on programs that are interpreters for some
+of the PyPy project, \ie to programs that are interpreters for some
 dynamic languages, including Python.  Tracing JIT compilers can greatly
 speed up programs that spend most of their time in loops in which they
 take similar code paths.  However, applying an unmodified tracing JIT to



More information about the Pypy-commit mailing list