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