[pypy-commit] pypy arm64: ugh why is this hardcoded to WORD

2019-07-01 Thread fijal
Author: fijal Branch: arm64 Changeset: r96911:2574a06ba591 Date: 2019-07-02 08:35 +0200 http://bitbucket.org/pypy/pypy/changeset/2574a06ba591/ Log:ugh why is this hardcoded to WORD diff --git a/rpython/jit/backend/aarch64/assembler.py b/rpython/jit/backend/aarch64/assembler.py --- a/rpython/

[pypy-commit] pypy arm64: typo

2019-07-01 Thread fijal
Author: fijal Branch: arm64 Changeset: r96909:b16bba1b07a5 Date: 2019-07-01 18:16 +0200 http://bitbucket.org/pypy/pypy/changeset/b16bba1b07a5/ Log:typo diff --git a/rpython/jit/backend/aarch64/assembler.py b/rpython/jit/backend/aarch64/assembler.py --- a/rpython/jit/backend/aarch64/assembler

[pypy-commit] pypy arm64: one more loading of negative offsets

2019-07-01 Thread fijal
Author: fijal Branch: arm64 Changeset: r96908:9d79ae703c08 Date: 2019-07-01 18:15 +0200 http://bitbucket.org/pypy/pypy/changeset/9d79ae703c08/ Log:one more loading of negative offsets diff --git a/rpython/jit/backend/aarch64/assembler.py b/rpython/jit/backend/aarch64/assembler.py --- a/rpyth

[pypy-commit] pypy arm64: we don't support negative offsets for STR

2019-07-01 Thread fijal
Author: fijal Branch: arm64 Changeset: r96907:8a81fd7acc58 Date: 2019-07-01 18:00 +0200 http://bitbucket.org/pypy/pypy/changeset/8a81fd7acc58/ Log:we don't support negative offsets for STR diff --git a/rpython/jit/backend/aarch64/assembler.py b/rpython/jit/backend/aarch64/assembler.py --- a/

[pypy-commit] pypy arm64: name fixes

2019-07-01 Thread fijal
Author: fijal Branch: arm64 Changeset: r96905:9581673169cb Date: 2019-07-01 17:40 +0200 http://bitbucket.org/pypy/pypy/changeset/9581673169cb/ Log:name fixes diff --git a/rpython/jit/backend/aarch64/assembler.py b/rpython/jit/backend/aarch64/assembler.py --- a/rpython/jit/backend/aarch64/ass

[pypy-commit] pypy arm64: renamed

2019-07-01 Thread fijal
Author: fijal Branch: arm64 Changeset: r96904:7c273adb042d Date: 2019-07-01 17:37 +0200 http://bitbucket.org/pypy/pypy/changeset/7c273adb042d/ Log:renamed diff --git a/rpython/jit/backend/aarch64/assembler.py b/rpython/jit/backend/aarch64/assembler.py --- a/rpython/jit/backend/aarch64/assemb

[pypy-commit] pypy arm64: one missing one

2019-07-01 Thread fijal
Author: fijal Branch: arm64 Changeset: r96903:d841bd0c34b4 Date: 2019-07-01 17:33 +0200 http://bitbucket.org/pypy/pypy/changeset/d841bd0c34b4/ Log:one missing one diff --git a/rpython/jit/backend/aarch64/callbuilder.py b/rpython/jit/backend/aarch64/callbuilder.py --- a/rpython/jit/backend/aa

[pypy-commit] pypy arm64: add some casts

2019-07-01 Thread fijal
Author: fijal Branch: arm64 Changeset: r96902:b96f44a61156 Date: 2019-07-01 17:29 +0200 http://bitbucket.org/pypy/pypy/changeset/b96f44a61156/ Log:add some casts diff --git a/rpython/jit/backend/aarch64/assembler.py b/rpython/jit/backend/aarch64/assembler.py --- a/rpython/jit/backend/aarch64

[pypy-commit] pypy arm64: egh

2019-07-01 Thread fijal
Author: fijal Branch: arm64 Changeset: r96900:6a7b47ffb5b4 Date: 2019-07-01 17:23 +0200 http://bitbucket.org/pypy/pypy/changeset/6a7b47ffb5b4/ Log:egh diff --git a/rpython/jit/backend/aarch64/regalloc.py b/rpython/jit/backend/aarch64/regalloc.py --- a/rpython/jit/backend/aarch64/regalloc.py

[pypy-commit] pypy arm64: necessary parameter

2019-07-01 Thread fijal
Author: fijal Branch: arm64 Changeset: r96899:6225288fecdb Date: 2019-07-01 17:20 +0200 http://bitbucket.org/pypy/pypy/changeset/6225288fecdb/ Log:necessary parameter diff --git a/rpython/jit/backend/aarch64/assembler.py b/rpython/jit/backend/aarch64/assembler.py --- a/rpython/jit/backend/aa

[pypy-commit] pypy arm64: cargo cult GC support

2019-07-01 Thread fijal
Author: fijal Branch: arm64 Changeset: r96898:2dc82443969a Date: 2019-07-01 17:15 +0200 http://bitbucket.org/pypy/pypy/changeset/2dc82443969a/ Log:cargo cult GC support diff --git a/rpython/jit/backend/aarch64/assembler.py b/rpython/jit/backend/aarch64/assembler.py --- a/rpython/jit/backend/

[pypy-commit] pypy default: Speed up 'bytearray += bytes' and other similar combinations

2019-07-01 Thread arigo
Author: Armin Rigo Branch: Changeset: r96896:4dbe00e72d76 Date: 2019-07-01 14:26 +0200 http://bitbucket.org/pypy/pypy/changeset/4dbe00e72d76/ Log:Speed up 'bytearray += bytes' and other similar combinations diff --git a/pypy/objspace/std/bytearrayobject.py b/pypy/objspace/std/bytearrayobje

[pypy-commit] pypy py3.6: hg merge default

2019-07-01 Thread arigo
Author: Armin Rigo Branch: py3.6 Changeset: r96897:4effc72e379f Date: 2019-07-01 14:38 +0200 http://bitbucket.org/pypy/pypy/changeset/4effc72e379f/ Log:hg merge default diff --git a/pypy/objspace/std/bytearrayobject.py b/pypy/objspace/std/bytearrayobject.py --- a/pypy/objspace/std/bytearray

[pypy-commit] pypy py3.6: hg merge bc7aeb4d5987 (step-by-step merging with default)

2019-07-01 Thread arigo
Author: Armin Rigo Branch: py3.6 Changeset: r96889:ebf82d863e50 Date: 2019-07-01 13:21 +0200 http://bitbucket.org/pypy/pypy/changeset/ebf82d863e50/ Log:hg merge bc7aeb4d5987 (step-by-step merging with default) diff --git a/extra_tests/cffi_tests/cffi1/test_recompiler.py b/extra_tests/cffi_t

[pypy-commit] pypy py3.6: hg merge 886d3fec1ad3 (step-by-step merging with default)

2019-07-01 Thread arigo
Author: Armin Rigo Branch: py3.6 Changeset: r96895:8ea11eeeb117 Date: 2019-07-01 13:44 +0200 http://bitbucket.org/pypy/pypy/changeset/8ea11eeeb117/ Log:hg merge 886d3fec1ad3 (step-by-step merging with default) diff --git a/pypy/module/cpyext/slotdefs.py b/pypy/module/cpyext/slotdefs.py --- a

[pypy-commit] pypy py3.6: hg merge cde3d214c398 (step-by-step merging with default)

2019-07-01 Thread arigo
Author: Armin Rigo Branch: py3.6 Changeset: r96891:79401e424fd4 Date: 2019-07-01 13:29 +0200 http://bitbucket.org/pypy/pypy/changeset/79401e424fd4/ Log:hg merge cde3d214c398 (step-by-step merging with default) I guess that unicodeobject.py's changes to unicode_to_decimal_w()

[pypy-commit] pypy py3.6: hg merge 53fb62020937 (step-by-step merging with default)

2019-07-01 Thread arigo
Author: Armin Rigo Branch: py3.6 Changeset: r96890:f98216915c7a Date: 2019-07-01 13:23 +0200 http://bitbucket.org/pypy/pypy/changeset/f98216915c7a/ Log:hg merge 53fb62020937 (step-by-step merging with default) diff --git a/pypy/module/thread/test/test_local.py b/pypy/module/thread/test/test

[pypy-commit] pypy py3.6: hg merge 9831511d5e3e (step-by-step merging with default)

2019-07-01 Thread arigo
Author: Armin Rigo Branch: py3.6 Changeset: r96894:58a21b8e9445 Date: 2019-07-01 13:41 +0200 http://bitbucket.org/pypy/pypy/changeset/58a21b8e9445/ Log:hg merge 9831511d5e3e (step-by-step merging with default) diff --git a/pypy/interpreter/pyparser/pyparse.py b/pypy/interpreter/pyparser/pyp

[pypy-commit] pypy py3.6: hg merge e53c20a6841a (step-by-step merging with default)

2019-07-01 Thread arigo
Author: Armin Rigo Branch: py3.6 Changeset: r96888:822484ada2e3 Date: 2019-07-01 13:19 +0200 http://bitbucket.org/pypy/pypy/changeset/822484ada2e3/ Log:hg merge e53c20a6841a (step-by-step merging with default) ___ pypy-commit mailing list pypy-comm

[pypy-commit] pypy py3.6: hg merge cc5fc1bad809 (step-by-step merging with default)

2019-07-01 Thread arigo
Author: Armin Rigo Branch: py3.6 Changeset: r96893:a2bc01dcf303 Date: 2019-07-01 13:39 +0200 http://bitbucket.org/pypy/pypy/changeset/a2bc01dcf303/ Log:hg merge cc5fc1bad809 (step-by-step merging with default) diff --git a/pypy/module/cpyext/test/array.c b/pypy/module/cpyext/test/array.c ---

[pypy-commit] pypy py3.6: hg merge 6d85d83cc17b (step-by-step merging with default)

2019-07-01 Thread arigo
Author: Armin Rigo Branch: py3.6 Changeset: r96892:09a00ce0b2e9 Date: 2019-07-01 13:30 +0200 http://bitbucket.org/pypy/pypy/changeset/09a00ce0b2e9/ Log:hg merge 6d85d83cc17b (step-by-step merging with default) diff --git a/lib-python/3/ctypes/test/test_loading.py b/lib-python/3/ctypes/test/

[pypy-commit] pypy.org extradoc: Comment that this string-concatenation example does not apply on bytearrays.

2019-07-01 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r951:9fc40ec9dd54 Date: 2019-07-01 12:46 +0200 http://bitbucket.org/pypy/pypy.org/changeset/9fc40ec9dd54/ Log:Comment that this string-concatenation example does not apply on bytearrays. diff --git a/source/performance.txt b/source/perfo

[pypy-commit] pypy default: Bah, the printed message was bogus because "name" is redefined in the outer loop

2019-07-01 Thread arigo
Author: Armin Rigo Branch: Changeset: r96887:886d3fec1ad3 Date: 2019-07-01 11:53 +0200 http://bitbucket.org/pypy/pypy/changeset/886d3fec1ad3/ Log:Bah, the printed message was bogus because "name" is redefined in the outer loop diff --git a/pypy/module/cpyext/slotdefs.py b/pypy/modul