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

arigo at codespeak.net arigo at codespeak.net
Wed Apr 8 16:57:14 CEST 2009


Author: arigo
Date: Wed Apr  8 16:57:13 2009
New Revision: 63840

Modified:
   pypy/extradoc/talk/icooolps2009/paper.tex
Log:
Add a sentence.


Modified: pypy/extradoc/talk/icooolps2009/paper.tex
==============================================================================
--- pypy/extradoc/talk/icooolps2009/paper.tex	(original)
+++ pypy/extradoc/talk/icooolps2009/paper.tex	Wed Apr  8 16:57:13 2009
@@ -90,9 +90,11 @@
 different paths.
 
 In this paper we show how to guide tracing JIT compilers to greatly
-improve the speed of bytecode interpreters. 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.
+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.
 
 \end{abstract}
 



More information about the Pypy-commit mailing list