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

cfbolz at codespeak.net cfbolz at codespeak.net
Fri Oct 22 14:06:46 CEST 2010


Author: cfbolz
Date: Fri Oct 22 14:06:45 2010
New Revision: 78201

Modified:
   pypy/extradoc/talk/pepm2011/escape-tracing.pdf
   pypy/extradoc/talk/pepm2011/paper.tex
Log:
kill XXX, remove line overflow


Modified: pypy/extradoc/talk/pepm2011/escape-tracing.pdf
==============================================================================
Binary files. No diff available.

Modified: pypy/extradoc/talk/pepm2011/paper.tex
==============================================================================
--- pypy/extradoc/talk/pepm2011/paper.tex	(original)
+++ pypy/extradoc/talk/pepm2011/paper.tex	Fri Oct 22 14:06:45 2010
@@ -477,9 +477,9 @@
     \item \lstinline{guard_true} checks that a boolean is true.
 \end{itemize}
 
-The method calls in the trace are always preceded by a \lstinline{guard_class}
+Method calls in the trace are preceded by a \lstinline{guard_class}
 operation, to check that the class of the receiver is the same as the one that
-was observed during tracing.\footnote{\lstinline{guard_class} XXX lstinline too large in footnotes
+was observed during tracing.\footnote{\lstinline{guard_class}
 performs a precise
 class check, not checking for subclasses.} These guards make the trace specific
 to the situation where \lstinline{y} is really a \lstinline{BoxedInteger}. When



More information about the Pypy-commit mailing list