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

arigo at codespeak.net arigo at codespeak.net
Fri Oct 15 14:48:26 CEST 2010


Author: arigo
Date: Fri Oct 15 14:48:25 2010
New Revision: 77980

Modified:
   pypy/extradoc/talk/pepm2011/paper.tex
Log:
Semicolonization.


Modified: pypy/extradoc/talk/pepm2011/paper.tex
==============================================================================
--- pypy/extradoc/talk/pepm2011/paper.tex	(original)
+++ pypy/extradoc/talk/pepm2011/paper.tex	Fri Oct 15 14:48:25 2010
@@ -928,7 +928,7 @@
 into a local variable, it is stored into the frame-object, which makes it
 escape. We implemented a technique to treat such frames objects in a
 special way to solve this problem. This is a common approach in VM
-implementations \cite{miranda_context_1999,andreas_gal_trace-based_2009}, the
+implementations \cite{miranda_context_1999,andreas_gal_trace-based_2009}; the
 novelty of our approach is that we generalized it enough to be usable for
 different interpreter.
 



More information about the Pypy-commit mailing list