[pypy-commit] pypy py3.6: faster implementation of get_utf8_length that makes use of the fact that the string in question must already be valid utf-8

2019-09-15 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.6 Changeset: r97484:17c06a8891ad Date: 2019-09-15 22:55 +0200 http://bitbucket.org/pypy/pypy/changeset/17c06a8891ad/ Log:faster implementation of get_utf8_length that makes use of the fact that the string in question must already be

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

2019-09-15 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.6 Changeset: r97482:9d30b102e8b1 Date: 2019-09-15 14:20 +0200 http://bitbucket.org/pypy/pypy/changeset/9d30b102e8b1/ Log:merge default diff --git a/pypy/module/pypyjit/test_pypy_c/test_string.py

[pypy-commit] pypy py3.6: remove unused method

2019-09-15 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.6 Changeset: r97483:b092d08c0e10 Date: 2019-09-15 14:23 +0200 http://bitbucket.org/pypy/pypy/changeset/b092d08c0e10/ Log:remove unused method diff --git a/pypy/objspace/std/unicodeobject.py b/pypy/objspace/std/unicodeobject.py ---

[pypy-commit] pypy default: one less copy for slice with step

2019-09-15 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: Changeset: r97481:db05162bc519 Date: 2019-09-15 14:16 +0200 http://bitbucket.org/pypy/pypy/changeset/db05162bc519/ Log:one less copy for slice with step diff --git a/pypy/objspace/std/unicodeobject.py b/pypy/objspace/std/unicodeobject.py ---

[pypy-commit] pypy default: two optimizations of the jitting of unicode indexing/slicing:

2019-09-15 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: Changeset: r97480:f6dcc827f8b0 Date: 2019-09-15 14:01 +0200 http://bitbucket.org/pypy/pypy/changeset/f6dcc827f8b0/ Log:two optimizations of the jitting of unicode indexing/slicing: - don't make a bridge for all four sizes of codepoints

[pypy-commit] pypy py3.6: merge default into branch

2019-09-15 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r97479:3b65d3fa00a4 Date: 2019-09-15 13:38 +0300 http://bitbucket.org/pypy/pypy/changeset/3b65d3fa00a4/ Log:merge default into branch diff --git a/pypy/tool/build_cffi_imports.py b/pypy/tool/build_cffi_imports.py ---

[pypy-commit] pypy default: fix prefix

2019-09-15 Thread mattip
Author: Matti Picus Branch: Changeset: r97478:424cd7425b6d Date: 2019-09-15 13:35 +0300 http://bitbucket.org/pypy/pypy/changeset/424cd7425b6d/ Log:fix prefix diff --git a/pypy/tool/build_cffi_imports.py b/pypy/tool/build_cffi_imports.py --- a/pypy/tool/build_cffi_imports.py +++