[pypy-commit] extradoc extradoc: comment

hakanardo noreply at buildbot.pypy.org
Wed Aug 8 20:37:15 CEST 2012


Author: Hakan Ardo <hakan at debian.org>
Branch: extradoc
Changeset: r4480:eddbe8df1e02
Date: 2012-08-08 20:36 +0200
http://bitbucket.org/pypy/extradoc/changeset/eddbe8df1e02/

Log:	comment

diff --git a/talk/dls2012/paper.tex b/talk/dls2012/paper.tex
--- a/talk/dls2012/paper.tex
+++ b/talk/dls2012/paper.tex
@@ -63,7 +63,7 @@
 
 
 \newboolean{showcomments}
-\setboolean{showcomments}{false}
+\setboolean{showcomments}{true}
 \ifthenelse{\boolean{showcomments}}
   {\newcommand{\nb}[2]{
     \fbox{\bfseries\sffamily\scriptsize#1}
@@ -80,6 +80,7 @@
 \newcommand\fijal[1]{\nb{FIJAL}{#1}}
 \newcommand\david[1]{\nb{DAVID}{#1}}
 \newcommand\anto[1]{\nb{ANTO}{#1}}
+\newcommand\hakan[1]{\nb{HAKAN}{#1}}
 \newcommand\reva[1]{\nb{Reviewer 1}{#1}}
 \newcommand\revb[1]{\nb{Reviewer 2}{#1}}
 \newcommand\revc[1]{\nb{Reviewer 3}{#1}}
@@ -1109,6 +1110,7 @@
 }
 \cfbolz{maybe we can look in the new LuaJIT wiki.
 how annoying would it be to rerun the benchmarks, if I can find somebody to write them?}
+\hakan{there is iwtc11/benchmarks/runall.sh which is supposed to run them all}
 
 Mike Pall, the author of LuaJIT\footnote{\texttt{http://luajit.org/}} seems to
 have developed the described technique independently. There are no papers about


More information about the pypy-commit mailing list