[pypy-commit] pypy copystrcontents-in-rewrite: Finish the logic for CPUs that don't have good support for

2019-06-09 Thread arigo
Author: Armin Rigo Branch: copystrcontents-in-rewrite Changeset: r96780:c08ec5828388 Date: 2019-06-09 12:46 +0200 http://bitbucket.org/pypy/pypy/changeset/c08ec5828388/ Log:Finish the logic for CPUs that don't have good support for load_effective_address: rewrite.py emits a sequence o

[pypy-commit] pypy copystrcontents-in-rewrite: Fix for arm

2019-06-09 Thread arigo
Author: Armin Rigo Branch: copystrcontents-in-rewrite Changeset: r96781:101b83933f94 Date: 2019-06-09 13:30 +0200 http://bitbucket.org/pypy/pypy/changeset/101b83933f94/ Log:Fix for arm diff --git a/rpython/jit/backend/arm/opassembler.py b/rpython/jit/backend/arm/opassembler.py --- a/rpython

[pypy-commit] pypy default: hg merge copystrcontents-in-rewrite

2019-06-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r96783:77c16f38a6e2 Date: 2019-06-09 13:30 +0200 http://bitbucket.org/pypy/pypy/changeset/77c16f38a6e2/ Log:hg merge copystrcontents-in-rewrite Remove copystrcontent and copyunicodecontent in the backends. Instead, replace it in rewrite.

[pypy-commit] pypy copystrcontents-in-rewrite: close branch, ready for merge

2019-06-09 Thread arigo
Author: Armin Rigo Branch: copystrcontents-in-rewrite Changeset: r96782:fd181ce8809f Date: 2019-06-09 13:30 +0200 http://bitbucket.org/pypy/pypy/changeset/fd181ce8809f/ Log:close branch, ready for merge ___ pypy-commit mailing list pypy-commit@pyth

[pypy-commit] pypy default: document merged branch

2019-06-09 Thread mattip
Author: Matti Picus Branch: Changeset: r96784:70b04c922db4 Date: 2019-06-09 21:33 +0300 http://bitbucket.org/pypy/pypy/changeset/70b04c922db4/ Log:document merged branch diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/what