[pypy-commit] extradoc extradoc: refine point

bivab noreply at buildbot.pypy.org
Wed Aug 1 17:53:00 CEST 2012


Author: David Schneider <david.schneider at picle.org>
Branch: extradoc
Changeset: r4399:cbab0fa3dbc7
Date: 2012-07-31 12:32 +0200
http://bitbucket.org/pypy/extradoc/changeset/cbab0fa3dbc7/

Log:	refine point

diff --git a/talk/vmil2012/paper.tex b/talk/vmil2012/paper.tex
--- a/talk/vmil2012/paper.tex
+++ b/talk/vmil2012/paper.tex
@@ -447,8 +447,8 @@
 time the data stored in the backend needed to rebuild the state needs to be as
 compact as possible to reduce the memory overhead produced by the large number
 of guards, the numbers in Figure~\ref{fig:backend_data} illustrate that the
-compressed encoding currently has about 25\% of the size of of the generated
-instructions on x86.
+compressed encoding currently has about 15\% to 25\% of the size of of the
+generated instructions on x86.
 
 As explained in previous sections, when a specific guard has failed often enough
 a new trace, referred to as a \emph{bridge}, starting from this guard is recorded and


More information about the pypy-commit mailing list