[pypy-commit] pypy cpyext-obj-stealing: merge default into branch

2017-04-26 Thread mattip
Author: Matti Picus Branch: cpyext-obj-stealing Changeset: r91133:6b3b57cdab23 Date: 2017-04-26 06:45 +0300 http://bitbucket.org/pypy/pypy/changeset/6b3b57cdab23/ Log:merge default into branch diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgignore @@ -49,6 +49,11 @@ ^rpython/tra

[pypy-commit] pypy cpyext-obj-stealing: make listobject set/get refcount semantics exactly match cpython

2017-04-26 Thread mattip
Author: Matti Picus Branch: cpyext-obj-stealing Changeset: r91135:8a55a93fe3df Date: 2017-04-26 22:22 +0300 http://bitbucket.org/pypy/pypy/changeset/8a55a93fe3df/ Log:make listobject set/get refcount semantics exactly match cpython diff --git a/pypy/module/cpyext/listobject.py b/pypy/module/

[pypy-commit] pypy cpyext-obj-stealing: cleanup, add check

2017-04-26 Thread mattip
Author: Matti Picus Branch: cpyext-obj-stealing Changeset: r91134:e9792355d656 Date: 2017-04-26 07:02 +0300 http://bitbucket.org/pypy/pypy/changeset/e9792355d656/ Log:cleanup, add check diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py --- a/pypy/module/cpyext/api.py +++ b/p

[pypy-commit] pypy cpyext-obj-stealing: optimize

2017-04-26 Thread mattip
Author: Matti Picus Branch: cpyext-obj-stealing Changeset: r91132:ffe9ef211159 Date: 2017-04-22 19:45 +0300 http://bitbucket.org/pypy/pypy/changeset/ffe9ef211159/ Log:optimize diff --git a/pypy/objspace/std/listobject.py b/pypy/objspace/std/listobject.py --- a/pypy/objspace/std/listobject.py

[pypy-commit] stmgc c8-adaptive-trx-length: Merge overheads instrumentation

2017-04-26 Thread tobweber
Author: Tobias Weber Branch: c8-adaptive-trx-length Changeset: r2043:efebf97ce6b2 Date: 2017-04-26 21:11 +0200 http://bitbucket.org/pypy/stmgc/changeset/efebf97ce6b2/ Log:Merge overheads instrumentation diff --git a/c8/stm/core.c b/c8/stm/core.c --- a/c8/stm/core.c +++ b/c8/stm/core.c @@ -15

[pypy-commit] pypy.org extradoc: update the values

2017-04-26 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r882:b443f9383aeb Date: 2017-04-26 20:36 +0200 http://bitbucket.org/pypy/pypy.org/changeset/b443f9383aeb/ Log:update the values diff --git a/don1.html b/don1.html --- a/don1.html +++ b/don1.html @@ -15,7 +15,7 @@ - $66798 of $105000 (

[pypy-commit] pypy controller-refactor: cleanup: use @specialize instead of ._annspecialcase_

2017-04-26 Thread rlamy
Author: Ronan Lamy Branch: controller-refactor Changeset: r91131:12f5e62a77b5 Date: 2017-04-26 17:36 +0100 http://bitbucket.org/pypy/pypy/changeset/12f5e62a77b5/ Log:cleanup: use @specialize instead of ._annspecialcase_ diff --git a/rpython/rtyper/controllerentry.py b/rpython/rtyper/control