[pypy-commit] extradoc extradoc: remove some todos and update one

bivab noreply at buildbot.pypy.org
Thu Aug 9 14:48:53 CEST 2012


Author: David Schneider <david.schneider at picle.org>
Branch: extradoc
Changeset: r4489:cba57497c2a5
Date: 2012-08-09 14:44 +0200
http://bitbucket.org/pypy/extradoc/changeset/cba57497c2a5/

Log:	remove some todos and update one

diff --git a/talk/vmil2012/paper.tex b/talk/vmil2012/paper.tex
--- a/talk/vmil2012/paper.tex
+++ b/talk/vmil2012/paper.tex
@@ -352,7 +352,6 @@
     \item For virtuals,
         the payload is an index into a list of virtuals, see next section.
 \end{itemize}
-\todo{figure showing linked resume-data}
 
 \subsection{Interaction With Optimization}
 \label{sub:optimization}
@@ -639,9 +638,7 @@
 \end{figure}
 
 
-\todo{figure about failure counts of guards (histogram?)}
-\todo{add resume data sizes without sharing}
-\todo{add a footnote about why guards have a threshold of 100}
+\todo{add a footnote about why guards have a threshold of 200}
 
 The overhead that is incurred by the JIT to manage the \texttt{resume data},
 the \texttt{low-level resume data} as well as the generated machine code is


More information about the pypy-commit mailing list