[pypy-commit] pypy default: this was done

2017-08-06 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r92099:a186a6bccf3f Date: 2017-08-06 09:19 +0200 http://bitbucket.org/pypy/pypy/changeset/a186a6bccf3f/ Log:this was done diff --git a/rpython/jit/metainterp/optimizeopt/bridgeopt.py b/rpython/jit/metainterp/optimizeopt/bridgeopt.py --- a/rpyt

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

2017-08-06 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r92100:45907003511b Date: 2017-08-06 15:37 +0100 http://bitbucket.org/pypy/pypy/changeset/45907003511b/ Log:hg merge default diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsn

[pypy-commit] pypy default: Issue #2621

2017-08-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r92101:f58c6966c54d Date: 2017-08-06 18:43 +0200 http://bitbucket.org/pypy/pypy/changeset/f58c6966c54d/ Log:Issue #2621 Hack around until we support duplicate field names like ctypes diff --git a/lib_pypy/_ctypes/structure.py b/lib_pypy/_ctypes

[pypy-commit] pypy bridgeopt-improvements: only one subclass nowadays

2017-08-06 Thread cfbolz
Author: Carl Friedrich Bolz Branch: bridgeopt-improvements Changeset: r92103:b3eb7293ac01 Date: 2017-08-07 00:09 +0200 http://bitbucket.org/pypy/pypy/changeset/b3eb7293ac01/ Log:only one subclass nowadays diff --git a/rpython/jit/metainterp/test/test_call.py b/rpython/jit/metainterp/test/te

[pypy-commit] pypy bridgeopt-improvements: experimental attempt to reduce the cost of call_loopinvariant in every bridge

2017-08-06 Thread cfbolz
Author: Carl Friedrich Bolz Branch: bridgeopt-improvements Changeset: r92102:3ab4221d7876 Date: 2017-08-07 00:09 +0200 http://bitbucket.org/pypy/pypy/changeset/3ab4221d7876/ Log:experimental attempt to reduce the cost of call_loopinvariant in every bridge that calls a method.

[pypy-commit] pypy py3.5: adapt is_interned_string() for py3

2017-08-06 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r92104:e622a373b04c Date: 2017-08-07 00:23 +0100 http://bitbucket.org/pypy/pypy/changeset/e622a373b04c/ Log:adapt is_interned_string() for py3 diff --git a/pypy/module/cpyext/test/test_cpyext.py b/pypy/module/cpyext/test/test_cpyext.py --- a/pypy/