Author: Carl Friedrich Bolz <[email protected]>
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
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to