Author: Hakan Ardo <[email protected]> Branch: extradoc Changeset: r3770:ba1292fc0e11 Date: 2011-06-21 20:19 +0200 http://bitbucket.org/pypy/extradoc/changeset/ba1292fc0e11/
Log: hg merge diff --git a/talk/iwtc11/paper.tex b/talk/iwtc11/paper.tex --- a/talk/iwtc11/paper.tex +++ b/talk/iwtc11/paper.tex @@ -982,9 +982,9 @@ significantly improve the run time of small loops containing numerical calculations. -The current approach still has some limitations which we plan to lift in the -future. In particular loop peeling is working less well in combination with -trace trees or trace stitching. The side exits attached guards that fail often +The current approach still has some limitations which we plan to address in the +future. In particular loop peeling works poorly in combination with trace +trees or trace stitching. The side exits attached guards that fail often currently have to jump to the preamble which makes loops with several equally common paths less efficient than they could be. _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
