[pypy-svn] r77912 - pypy/extradoc/talk/pepm2011

pedronis at codespeak.net pedronis at codespeak.net
Thu Oct 14 12:21:07 CEST 2010


Author: pedronis
Date: Thu Oct 14 12:21:06 2010
New Revision: 77912

Modified:
   pypy/extradoc/talk/pepm2011/paper.tex
Log:
typo+tweak

Modified: pypy/extradoc/talk/pepm2011/paper.tex
==============================================================================
--- pypy/extradoc/talk/pepm2011/paper.tex	(original)
+++ pypy/extradoc/talk/pepm2011/paper.tex	Thu Oct 14 12:21:06 2010
@@ -1110,8 +1110,8 @@
 \section{Conclusion}
 \label{sec:conclusion}
 
-In this paper, we used a approach based on online partial evaluation to
-optimize allocations in the traces of a tracing JIT.  In this context a
+In this paper, we used an approach based on online partial evaluation to
+optimize away allocations in the traces of a tracing JIT.  In this context a
 simple approach to partial evaluation gives good results.  This is due
 to the fact that the tracing JIT itself is responsible for all control
 issues, which are usually the hardest part of partial evaluation: the



More information about the Pypy-commit mailing list