[pypy-commit] extradoc extradoc: seems we don't use \url yet

cfbolz noreply at buildbot.pypy.org
Sun Aug 12 22:47:21 CEST 2012


Author: Carl Friedrich Bolz <cfbolz at gmx.de>
Branch: extradoc
Changeset: r4531:ac417a6c3da9
Date: 2012-08-12 22:47 +0200
http://bitbucket.org/pypy/extradoc/changeset/ac417a6c3da9/

Log:	seems we don't use \url yet

diff --git a/talk/dls2012/licm.pdf b/talk/dls2012/licm.pdf
index 0bfb4121074fae4028d49aea25f9c0e2fa42dd53..d0e3ca21bc58e605bbf333d46f6acdc18de2a29d
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
@@ -182,7 +182,7 @@
 Mike Pall pioneered a solution to address this problem in the context of a
 dynamic language using a tracing JIT compiler. He published his algorithm and
 its rationale in 2009~\cite{pall_luajit_2009} and implemented it in LuaJIT
-2.0\footnote{\url{http://luajit.org/}}, an open source JIT compiler for the Lua
+2.0\footnote{\texttt{http://luajit.org/}}, an open source JIT compiler for the Lua
 language. His approach allows to reuse all forward pass
 optimizations to achieve loop invariant code motion and other loop-related
 optimizations, which greatly simplifies the implementation. Using this scheme


More information about the pypy-commit mailing list