Author: Carl Friedrich Bolz <cfb...@gmx.de>
Branch: extradoc
Changeset: r3705:ed316f577bee
Date: 2011-06-16 17:02 +0200
http://bitbucket.org/pypy/extradoc/changeset/ed316f577bee/

Log:    we have no guard_true any more

diff --git a/talk/iwtc11/paper.tex b/talk/iwtc11/paper.tex
--- a/talk/iwtc11/paper.tex
+++ b/talk/iwtc11/paper.tex
@@ -380,7 +380,6 @@
     \item \lstinline{set} writes to an attribute of an object.
     \item \lstinline{guard_class} is a precise type check. It typically 
precedes
     an (inlined) method call and is followed by the trace of the called method.
-    \item \lstinline{guard_true} checks that a boolean is true.
 \end{itemize}
 
 Method calls in the trace are preceded by a \lstinline{guard_class}
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to