Author: David Schneider <[email protected]>
Branch: extradoc
Changeset: r4406:f0575eb27c68
Date: 2012-08-02 17:57 +0200
http://bitbucket.org/pypy/extradoc/changeset/f0575eb27c68/

Log:    move figure to appendix

diff --git a/talk/vmil2012/paper.tex b/talk/vmil2012/paper.tex
--- a/talk/vmil2012/paper.tex
+++ b/talk/vmil2012/paper.tex
@@ -116,12 +116,6 @@
 intermediate and low-level representation of the JIT instructions and how these
 are implemented.
 
-%\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*}
 Although there are several publications about tracing just-in-time compilers,
 to our knowledge, there are none that describe deoptimization and the use and
 implementation of guards in this context.
@@ -705,6 +699,13 @@
 \todo{conclusion}
 
 \section*{Acknowledgements}
+\section*{Appendix}
+\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*}
 \bibliographystyle{abbrv}
 \bibliography{zotero,paper}
 \listoftodos
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to