[pypy-svn] r43859 - pypy/extradoc/talk/dls2007

pedronis at codespeak.net pedronis at codespeak.net
Tue May 29 18:14:22 CEST 2007


Author: pedronis
Date: Tue May 29 18:14:22 2007
New Revision: 43859

Modified:
   pypy/extradoc/talk/dls2007/paper.tex
Log:
tweaks



Modified: pypy/extradoc/talk/dls2007/paper.tex
==============================================================================
--- pypy/extradoc/talk/dls2007/paper.tex	(original)
+++ pypy/extradoc/talk/dls2007/paper.tex	Tue May 29 18:14:22 2007
@@ -14,7 +14,7 @@
        \affaddr{Deutschland}\\
        \email{arigo at tunes.org}
 \alignauthor Samuele Pedroni\\
-       \affaddr{AB Strakt}\\
+       \affaddr{Open End AB}\\
        \affaddr{Norra Ågatan 10A}\\
        \affaddr{416 64  Göteborg}\\
        \affaddr{Sweden}\\
@@ -37,7 +37,7 @@
 interpreter. Crucial for the effectiveness of dynamic compilation is
 the use of run-time information to improve compilation results: in
 our approach, a novel powerful primitive called "promotion" that "promotes"
-run-time values to compile-time is used to that effect.  In this report,
+run-time values to compile-time is used to that effect.  In this paper,
 we describe it along with other novel techniques that allow the approach
 to scale to something as large as PyPy's Python interpreter.
 \footnote{This research was partially supported by the EU funded



More information about the Pypy-commit mailing list