[pypy-commit] extradoc extradoc: english tweeks.

alex_gaynor noreply at buildbot.pypy.org
Tue Jun 21 19:35:51 CEST 2011


Author: Alex Gaynor <alex.gaynor at gmail.com>
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.
 


More information about the pypy-commit mailing list