[pypy-commit] pypy s390x-backend: merged memop simplify, added whatsnew entry to this branch

plan_rich pypy.commits at gmail.com
Fri Jan 15 10:56:13 EST 2016


Author: Richard Plangger <planrichi at gmail.com>
Branch: s390x-backend
Changeset: r81805:a326280c5568
Date: 2016-01-15 16:55 +0100
http://bitbucket.org/pypy/pypy/changeset/a326280c5568/

Log:	merged memop simplify, added whatsnew entry to this branch

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
@@ -110,3 +110,11 @@
 short-running Python callbacks.  (CFFI on CPython has a hack to achieve
 the same result.)  This can also be seen as a bug fix: previously,
 thread-local objects would be reset between two such calls.
+
+.. branch: memop-simplify3
+
+Further simplifying the backend operations malloc_cond_varsize and zero_array.
+
+.. branch: s390x-backend
+
+The jit compiler backend implementation for the s390x architecutre.


More information about the pypy-commit mailing list