Author: Carl Friedrich Bolz <cfb...@gmx.de>
Branch: extradoc
Changeset: r4765:a936d87c1ba7
Date: 2012-09-07 08:36 +0200
http://bitbucket.org/pypy/extradoc/changeset/a936d87c1ba7/

Log:    a footnote

diff --git a/talk/vmil2012/paper.tex b/talk/vmil2012/paper.tex
--- a/talk/vmil2012/paper.tex
+++ b/talk/vmil2012/paper.tex
@@ -970,7 +970,9 @@
 needed in a method-based JIT compiler, because method-based JITs have fewer
 deoptimization points than tracing JITs. Indeed, in the evaluation presented in
 the second paper~\cite{kotzmann_run-time_2007} the number of safe points is low
-for the benchmarks presented there, between 167 and 1512. The size of the
+for the benchmarks presented there, between 167 and 1512.\footnote{The fact
+that the density of safe points is low also means that the sharing approaches
+of this chapter likely would not work well.} The size of the
 debugging information in the presented benchmarks is at most about half the
 size of the machine code generated.
 
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to