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