[pypy-commit] pypy s390x-backend: added whats new entry for memop-simplify3

plan_rich pypy.commits at gmail.com
Sun Mar 6 06:02:08 EST 2016


Author: Richard Plangger <planrichi at gmail.com>
Branch: s390x-backend
Changeset: r82810:71943846762a
Date: 2016-03-06 12:01 +0100
http://bitbucket.org/pypy/pypy/changeset/71943846762a/

Log:	added whats new entry for memop-simplify3

diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst
--- a/pypy/doc/whatsnew-head.rst
+++ b/pypy/doc/whatsnew-head.rst
@@ -186,4 +186,10 @@
 
 .. branch: s390x-backend
 
+.. branch: memop-simplify3
+
+Simplification of zero_array. Start and end index are scaled using res ops (or cpu scaling) rather than doing it manually.
+
+.. branch: s390x-backend
+
 The jit compiler backend implementation for the s390x architecutre.


More information about the pypy-commit mailing list