[pypy-commit] extradoc extradoc: did this.

alex_gaynor noreply at buildbot.pypy.org
Sun Jul 17 06:50:46 CEST 2011


Author: Alex Gaynor <alex.gaynor at gmail.com>
Branch: extradoc
Changeset: r3835:58e1c1b75f8a
Date: 2011-07-16 21:48 -0700
http://bitbucket.org/pypy/extradoc/changeset/58e1c1b75f8a/

Log:	did this.

diff --git a/planning/jit.txt b/planning/jit.txt
--- a/planning/jit.txt
+++ b/planning/jit.txt
@@ -80,11 +80,6 @@
   maybe we should move promote even higher, before the first use and we
   could possibly remove more stuff?
 
-- f31 = f17 * f16
-  f32 = f16 * f17
-
-  Should be just a matter of synthesizing reverse operations in rewrite.py
-
 - optimize arraycopy also in the cases where one of the arrays is a virtual and
   short. This is seen a lot in translate.py
 


More information about the pypy-commit mailing list