[pypy-commit] extradoc extradoc: todo

bivab noreply at buildbot.pypy.org
Tue Aug 7 15:25:59 CEST 2012


Author: David Schneider <david.schneider at picle.org>
Branch: extradoc
Changeset: r4461:0e07a770be34
Date: 2012-08-07 14:52 +0200
http://bitbucket.org/pypy/extradoc/changeset/0e07a770be34/

Log:	todo

diff --git a/talk/vmil2012/paper.tex b/talk/vmil2012/paper.tex
--- a/talk/vmil2012/paper.tex
+++ b/talk/vmil2012/paper.tex
@@ -232,8 +232,6 @@
 added to program such as (if needed) a garbage collector and with some hints
 provided by the author a just-in-time compiler.
 
-
-
 \subsection{RPython's Tracing JIT Compilers}
 \label{sub:tracing}
 Tracing JITs are a technique of just-in-time compilers that generate code by
@@ -266,6 +264,7 @@
 approach is called \emph{meta-tracing}. For the purpose of this paper the fact
 that RPython's tracing JIT is a meta-tracing JIT can be ignored.
 
+\todo{explain example}
 %___________________________________________________________________________
 
 \begin{figure}


More information about the pypy-commit mailing list