[pypy-svn] extradoc extradoc: change abstract a bit

cfbolz commits-noreply at bitbucket.org
Thu Apr 14 17:24:39 CEST 2011


Author: Carl Friedrich Bolz <cfbolz at gmx.de>
Branch: extradoc
Changeset: r3511:cc0be7787c9f
Date: 2011-04-14 17:24 +0200
http://bitbucket.org/pypy/extradoc/changeset/cc0be7787c9f/

Log:	change abstract a bit

diff --git a/talk/icooolps2011/paper.tex b/talk/icooolps2011/paper.tex
--- a/talk/icooolps2011/paper.tex
+++ b/talk/icooolps2011/paper.tex
@@ -102,14 +102,13 @@
 
 Meta-tracing JIT compilers can be applied to a variety of different
 languages without explicitly encoding language semantics into the compiler. So
-far, they lacked a way to feed back runtime information into the
-compiler, which restricted their performance. In this paper we describe the
-flexible mechanisms in PyPy's meta-tracing JIT that can be used to control runtime feedback in language-specific ways. These mechanisms are flexible
-enough to implement classical VM techniques such as maps and polymorphic inline
+far, they lacked a way to give the language implementor control over runtime
+feedback. This restricted their performance. In this paper we describe the
+mechanisms in PyPy's meta-tracing JIT that can be used to control
+runtime feedback in language-specific ways. These mechanisms are flexible
+enough to express classical VM techniques such as maps and polymorphic inline
 caches.
 
-\cfbolz{XXX tracing is runtime feed back too, clarify}
-
 \end{abstract}
 
 


More information about the Pypy-commit mailing list