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

agaynor at codespeak.net agaynor at codespeak.net
Thu Oct 14 19:30:53 CEST 2010


Author: agaynor
Date: Thu Oct 14 19:30:51 2010
New Revision: 77956

Modified:
   pypy/extradoc/talk/pepm2011/paper.tex
Log:
Small grammar fix.

Modified: pypy/extradoc/talk/pepm2011/paper.tex
==============================================================================
--- pypy/extradoc/talk/pepm2011/paper.tex	(original)
+++ pypy/extradoc/talk/pepm2011/paper.tex	Thu Oct 14 19:30:51 2010
@@ -184,7 +184,7 @@
 
 The core of our trace optimization technique can be
 viewed as partial evaluation: the partial evaluation
-performs a form of escape analysis \cite{bruno_blanchet_escape_2003} on the traces and make some
+performs a form of escape analysis \cite{bruno_blanchet_escape_2003} on the traces and makes some
 objects that are allocated in the trace \emph{static,} which
 means that they do not occur any more in the optimized trace. This technique is
 informally described in Section~\ref{sec:statics}; a more formal description is



More information about the Pypy-commit mailing list