Author: David Schneider <[email protected]>
Branch: extradoc
Changeset: r4456:2baa32961ed0
Date: 2012-08-07 12:10 +0200
http://bitbucket.org/pypy/extradoc/changeset/2baa32961ed0/
Log: remove a todo and make the url of the Lua mailing list post show up
in the references
diff --git a/talk/vmil2012/paper.bib b/talk/vmil2012/paper.bib
--- a/talk/vmil2012/paper.bib
+++ b/talk/vmil2012/paper.bib
@@ -25,6 +25,6 @@
title = {LuaJIT 2.0 intellectual property disclosure and research
opportunities},
month = jun,
year = {2009},
- url = {http://lua-users.org/lists/lua-l/2009-11/msg00089.html}
+ note = {\url{http://lua-users.org/lists/lua-l/2009-11/msg00089.html}}
}
diff --git a/talk/vmil2012/paper.tex b/talk/vmil2012/paper.tex
--- a/talk/vmil2012/paper.tex
+++ b/talk/vmil2012/paper.tex
@@ -674,8 +674,7 @@
Mike Pall, the author of LuaJIT describes in a post to the lua-users mailing
list different technologies and techniques used in the implementation of
-LuaJIT~\cite{Pall:2009}.\todo{decide if LuaJIT is a footnote or a reference and
-fix website citation} Pall explains that guards in LuaJIT use a datastucture
+LuaJIT~\cite{Pall:2009}. Pall explains that guards in LuaJIT use a datastucture
called snapshots, similar to RPython's resume data, to store the information
about
how to rebuild the state from a side-exit using the information in the snapshot
and the machine execution state. Pall also acknowledges that snapshot for
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit