Author: David Schneider <[email protected]>
Branch: extradoc
Changeset: r4320:9ff8ef2fc386
Date: 2012-07-20 17:20 +0200
http://bitbucket.org/pypy/extradoc/changeset/9ff8ef2fc386/

Log:    mention the figure in the text

diff --git a/talk/vmil2012/paper.tex b/talk/vmil2012/paper.tex
--- a/talk/vmil2012/paper.tex
+++ b/talk/vmil2012/paper.tex
@@ -336,7 +336,11 @@
 transformed into fast checks at the machine code level that verify the
 corresponding condition.  In cases the value being checked by the guard is not
 used anywhere else the guard and the operation producing the value can merged,
-reducing even more the overhead of the guard.
+reducing even more the overhead of the guard. Figure \ref{fig:trace-compiled}
+shows how an \texttt{int\_eq} operation followed by a guard that checks the
+result of the operation are compiled to pseudo-assembler if the operation and
+the guard are compiled separeated or if they are merged.
+
 \bivab{Figure needs better formatting}
 \begin{figure}[ht]
   \noindent
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to