Author: Hakan Ardo <[email protected]>
Branch: extradoc
Changeset: r4649:d6fdb519f8d2
Date: 2012-08-17 10:05 +0200
http://bitbucket.org/pypy/extradoc/changeset/d6fdb519f8d2/

Log:    Dont try to explain the parameters in this caption, its not that
        simple anymore

diff --git a/talk/dls2012/licm.pdf b/talk/dls2012/licm.pdf
index 
69f4a54d80bb6983114b698f3ac8e463a4831d1c..e516d4099647a7770286d639bacf053aeba81fdd
GIT binary patch

[cut]

diff --git a/talk/dls2012/paper.tex b/talk/dls2012/paper.tex
--- a/talk/dls2012/paper.tex
+++ b/talk/dls2012/paper.tex
@@ -875,6 +875,7 @@
 
 
 \section{Benchmarks}
+\label{sec:benchmarks}
 
 The loop peeling optimization was implemented in RPython's tracing JIT
 in about 450 lines of RPython code. That means that the JIT-compilers 
generated for all
@@ -950,11 +951,8 @@
 }
 \end{center}
 \label{fig:benchmarks}
-\caption{Benchmark results in seconds with 95\% confidence intervals. Arrays 
of length $10^5$ and
-  $10^6$ and matrices of size $1000\times 1000$ and $1000000 \times
-  3$ are used. The one used in each benchmark is indicated in
-  the leftmost column. For the matrices, only the number of rows are
-  specified.} 
+\caption{Benchmark results in seconds with 95\% confidence intervals. The 
leftmost column gives the
+name of each benchmark and the values of the benchmark parameters used. The 
different benchmarks and the meaning of their parameters are described in 
Section~\ref{sec:benchmarks}.}
 \end{figure*}
 
 The Python interpreter of the RPython framework is a complete Python
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to