[pypy-svn] extradoc extradoc: remove duplication
cfbolz
commits-noreply at bitbucket.org
Sat Mar 26 00:35:25 CET 2011
Author: Carl Friedrich Bolz <cfbolz at gmx.de>
Branch: extradoc
Changeset: r3418:4ea4073b2941
Date: 2011-03-26 00:35 +0100
http://bitbucket.org/pypy/extradoc/changeset/4ea4073b2941/
Log: remove duplication
diff --git a/talk/icooolps2011/paper.tex b/talk/icooolps2011/paper.tex
--- a/talk/icooolps2011/paper.tex
+++ b/talk/icooolps2011/paper.tex
@@ -130,13 +130,7 @@
bare meta-tracing.
In this paper we present two of these hints that are extensively used in the
-PyPy project to improve the performance of its Python interpreter.
- The
-
-PyPy's hints go even further than SPUR's in that they provide the interpreter
-author with a flexible toolset to make her implementation extremely efficient.
-In this paper we present the two most prominent ones and show how classical
-implementation techniques of dynamic languages can be expressed with them. These
+PyPy project to improve the performance of its Python interpreter. These
hints are used to control how the optimizer of the tracing JIT can improve the
traces of the object model. More specifically, these hints influence the
constant folding optimization. The first hint make it possible to turn arbitrary
More information about the Pypy-commit
mailing list