Author: Carl Friedrich Bolz <[email protected]> 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) _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
