[pypy-commit] extradoc extradoc: link to paper repository

cfbolz noreply at buildbot.pypy.org
Thu Aug 16 11:43:31 CEST 2012


Author: Carl Friedrich Bolz <cfbolz at gmx.de>
Branch: extradoc
Changeset: r4603:0db07d4dc523
Date: 2012-08-16 10:22 +0200
http://bitbucket.org/pypy/extradoc/changeset/0db07d4dc523/

Log:	link to paper repository

diff --git a/talk/dls2012/paper.tex b/talk/dls2012/paper.tex
--- a/talk/dls2012/paper.tex
+++ b/talk/dls2012/paper.tex
@@ -897,17 +897,6 @@
 }
 
 \revc{
-Providing source code for the benchmarks measured are needed for others to
-reproduce and build on your results.  I believe this should be the minimum
-standard for publishing measurements such as these.
-}
-\cfbolz{
-let's link to the bitbucket source code view. how about we move the benchmarks
-to the dls directory as well? or their own repository, we've been using them as
-demos
-}
-
-\revc{
 I would have liked to have benchmark results for some larger applications.
 When is this optimization effective on a large scale, if ever?
 }
@@ -984,7 +973,12 @@
 The Python interpreter of the RPython framework is a complete Python
 version 2.7 compatible interpreter. A set of numerical
 calculations were implemented in both Python and in C and their
-runtimes are compared in Figure~\ref{fig:benchmarks}. The benchmarks are
+runtimes are compared in Figure~\ref{fig:benchmarks}.\footnote{
+    The benchmarks and the scripts to run them can be found in the repository for this paper:
+    \texttt{https://bitbucket.org/pypy/extradoc/src/ tip/talk/dls2012/benchmarks}
+}
+
+The benchmarks are
 \begin{itemize}
 \item {\bf sqrt}: approximates the square root of $y$. The approximation is 
 initiated to $x_0=y/2$ and the benchmark consists of a single loop updating this


More information about the pypy-commit mailing list