Author: David Schneider <[email protected]>
Branch: extradoc
Changeset: r4913:ab4585a498f8
Date: 2012-11-12 11:50 +0100
http://bitbucket.org/pypy/extradoc/changeset/ab4585a498f8/

Log:    cleanup

diff --git a/talk/vmil2012/Makefile b/talk/vmil2012/Makefile
--- a/talk/vmil2012/Makefile
+++ b/talk/vmil2012/Makefile
@@ -12,6 +12,7 @@
        latex paper
        latex paper
        dvips -t letter paper
+       sed -i '' -e "s/paper.dvi/The Efficient Handling of Guards in the 
Design of RPython's Tracing JIT/g" paper.ps
        ps2pdf -sPAPERSIZE=letter paper.ps      
        mv paper.pdf vmil01-schneider.pdf
        mv paper.ps vmil01-schneider.ps
diff --git a/talk/vmil2012/paper.tex b/talk/vmil2012/paper.tex
--- a/talk/vmil2012/paper.tex
+++ b/talk/vmil2012/paper.tex
@@ -190,9 +190,6 @@
 of a tracing just-in-time compiler.
 
 
-%Section~\ref{sec:Evaluation} presents Figures about the absolute number of
-%operations for each benchmark, and the overhead produced by the information
-%stored at the different levels for the guards
 In this paper we want to substantiate the aforementioned observations about 
guards and
 describe based on them the reasoning behind their implementation in
 RPython's tracing just-in-time compiler. The contributions of this paper are:
@@ -541,7 +538,6 @@
 pseudo-assembler if the operation and the guard are compiled separated or if
 they are merged.
 
-%\todo{Figure needs better formatting}
 \begin{figure}[ht]
   \noindent
   \centering
@@ -1019,22 +1015,6 @@
 others. Any remaining errors are our own.
 
 
-%\section*{Appendix}
-
-%\todo{remove this section and the figures}
-%\begin{figure*}
-%    \include{figures/ops_count_table}
-%    \caption{Relative numbers of operations in the traces generated for
-%    different benchmarks}
-%    \label{fig:ops_count}
-%\end{figure*}
-%\begin{figure*}
-%\centering
-%\includegraphics[width=\textwidth]{figures/ops_pie.pdf}
-%\caption{Relative frequency of operations before and after optimization}
-%\label{fig:ops_pie}
-%\end{figure*}
 \bibliographystyle{abbrv}
 \bibliography{zotero,paper}
-%\listoftodos
 \end{document}
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to