[pypy-commit] extradoc extradoc: referenc figure

cfbolz noreply at buildbot.pypy.org
Thu Aug 16 14:51:34 CEST 2012


Author: Carl Friedrich Bolz <cfbolz at gmx.de>
Branch: extradoc
Changeset: r4617:530832a95ed7
Date: 2012-08-16 14:47 +0200
http://bitbucket.org/pypy/extradoc/changeset/530832a95ed7/

Log:	referenc figure

diff --git a/talk/vmil2012/paper.tex b/talk/vmil2012/paper.tex
--- a/talk/vmil2012/paper.tex
+++ b/talk/vmil2012/paper.tex
@@ -366,7 +366,7 @@
 \label{sub:compression}
 
 After tracing has been finished the trace is optimized.
-During optimization a large percentage of operations can be removed. \todo{add a reference to the figure showing the optimization rates?}
+During optimization a large percentage of operations can be removed (Figure~\ref{fig:benchmarks}).
 In the process the resume data is transformed into its final, compressed form.
 The rationale for not compressing the resume data during tracing
 is that a lot of guards will be optimized away.


More information about the pypy-commit mailing list