[pypy-commit] pypy py3.6: Optimise the common case for str to int conversion

2019-06-17 Thread rlamy
Author: Ronan Lamy Branch: py3.6 Changeset: r96815:102276149584 Date: 2019-06-17 20:03 +0100 http://bitbucket.org/pypy/pypy/changeset/102276149584/ Log:Optimise the common case for str to int conversion diff --git a/pypy/objspace/std/unicodeobject.py b/pypy/objspace/std/unicodeobject.py ---

[pypy-commit] pypy default: Cleanup unicode_to_decimal_w() to make it more similar to pypy3

2019-06-17 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r96814:cde3d214c398 Date: 2019-06-17 18:26 +0100 http://bitbucket.org/pypy/pypy/changeset/cde3d214c398/ Log:Cleanup unicode_to_decimal_w() to make it more similar to pypy3 diff --git a/pypy/objspace/std/unicodeobject.py b/pypy/objspace/std/unicodeobjec

[pypy-commit] pypy arm64: work more on write barrier

2019-06-17 Thread fijal
Author: Maciej Fijalkowski Branch: arm64 Changeset: r96812:7a1bbf798839 Date: 2019-06-17 14:08 + http://bitbucket.org/pypy/pypy/changeset/7a1bbf798839/ Log:work more on write barrier diff --git a/rpython/jit/backend/aarch64/assembler.py b/rpython/jit/backend/aarch64/assembler.py --- a/r

[pypy-commit] pypy arm64: start fighting with write barriers

2019-06-17 Thread fijal
Author: Maciej Fijalkowski Branch: arm64 Changeset: r96811:09bce457dc4b Date: 2019-06-17 13:11 + http://bitbucket.org/pypy/pypy/changeset/09bce457dc4b/ Log:start fighting with write barriers diff --git a/rpython/jit/backend/aarch64/assembler.py b/rpython/jit/backend/aarch64/assembler.py

[pypy-commit] pypy default: fix translation on arm

2019-06-17 Thread arigo
Author: Armin Rigo Branch: Changeset: r96810:c82849260828 Date: 2019-06-17 10:27 +0200 http://bitbucket.org/pypy/pypy/changeset/c82849260828/ Log:fix translation on arm diff --git a/rpython/jit/backend/arm/opassembler.py b/rpython/jit/backend/arm/opassembler.py --- a/rpython/jit/backend/ar