[pypy-commit] extradoc extradoc: a note

cfbolz noreply at buildbot.pypy.org
Tue Aug 7 11:53:41 CEST 2012


Author: Carl Friedrich Bolz <cfbolz at gmx.de>
Branch: extradoc
Changeset: r4451:aa92f1be1c71
Date: 2012-08-07 09:28 +0200
http://bitbucket.org/pypy/extradoc/changeset/aa92f1be1c71/

Log:	a note

diff --git a/talk/vmil2012/paper.tex b/talk/vmil2012/paper.tex
--- a/talk/vmil2012/paper.tex
+++ b/talk/vmil2012/paper.tex
@@ -735,6 +735,8 @@
 and their fields filled with the values
 described by the deoptimization information.
 The paper does not describe any attempts to store this information compactly.
+This may not be needed in their approach, because method-based JITs have a lot
+fewer deoptimization points than tracing JITs.
 
 
 % subsection Deoptimization in Method-Based JITs (end)


More information about the pypy-commit mailing list