Author: Alex Gaynor <[email protected]> Branch: extradoc Changeset: r3768:38706968f045 Date: 2011-06-21 10:40 -0700 http://bitbucket.org/pypy/extradoc/changeset/38706968f045/
Log: english tweeks. 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
