[pypy-svn] r60596 - pypy/extradoc/talk/ecoop2009

arigo at codespeak.net arigo at codespeak.net
Fri Dec 19 15:59:46 CET 2008


Author: arigo
Date: Fri Dec 19 15:59:44 2008
New Revision: 60596

Modified:
   pypy/extradoc/talk/ecoop2009/jitgen.tex
Log:
Move the \labels to their proper location.
Otherwise the references to them are bogus.


Modified: pypy/extradoc/talk/ecoop2009/jitgen.tex
==============================================================================
--- pypy/extradoc/talk/ecoop2009/jitgen.tex	(original)
+++ pypy/extradoc/talk/ecoop2009/jitgen.tex	Fri Dec 19 15:59:44 2008
@@ -57,10 +57,10 @@
 reached given the concrete values.
 
 \begin{figure}[h]
-\label{fig:tlc-main}
 \begin{center}
 \input{tlc-simplified.py}
 \caption{The main loop of the TLC interpreter, written in RPython}
+\label{fig:tlc-main}
 \end{center}
 \end{figure}
 
@@ -84,11 +84,11 @@
 subtraction (\lstinline{sub}).
 
 \begin{figure}[h]
-\label{fig:tlc-folded}
 \begin{center}
 \input{tlc-folded.py}
 \caption{The residual code of the TLC main loop with respect to the
 \lstinline{abs} function }
+\label{fig:tlc-folded}
 \end{center}
 \end{figure}
 



More information about the Pypy-commit mailing list