Author: Carl Friedrich Bolz <[email protected]>
Branch: extradoc
Changeset: r3803:70a0506fdf39
Date: 2011-06-27 16:56 +0200
http://bitbucket.org/pypy/extradoc/changeset/70a0506fdf39/

Log:    comment out XXXs

diff --git a/talk/iwtc11/paper.tex b/talk/iwtc11/paper.tex
--- a/talk/iwtc11/paper.tex
+++ b/talk/iwtc11/paper.tex
@@ -463,7 +463,7 @@
 \label{fig:overview}
 \end{figure}
 
-XXX find reference of prior work on this
+%XXX find reference of prior work on this
 
 Loop peeling is achieved by appending an copy of the traced iteration at
 the end of itself. See Figure~\ref{fig:overview} for an illustration.
@@ -477,7 +477,7 @@
 However, the peeled loop can then be optimized using the assumption that a
 previous iteration has happened.
 
-XXX (samuele): the point about the first iteration is hard to understand
+%XXX (samuele): the point about the first iteration is hard to understand
 
 When applying optimizations to this two-iteration trace
 some care has to taken as to how the arguments of the two
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to