[pypy-commit] pypy default: kill consider_call_site_for_pbc()

2015-03-28 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r76614:e420df7b3011 Date: 2015-03-28 21:39 + http://bitbucket.org/pypy/pypy/changeset/e420df7b3011/ Log:kill consider_call_site_for_pbc() diff --git a/rpython/annotator/bookkeeper.py b/rpython/annotator/bookkeeper.py --- a/rpython/annotator/bookkeep

[pypy-commit] pypy default: Simplify Desc.consider_call_site() signature

2015-03-28 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r76613:22b3272ea735 Date: 2015-03-28 20:29 + http://bitbucket.org/pypy/pypy/changeset/22b3272ea735/ Log:Simplify Desc.consider_call_site() signature diff --git a/rpython/annotator/bookkeeper.py b/rpython/annotator/bookkeeper.py --- a/rpython/annotat

[pypy-commit] pypy default: This place, at least, needs a @rgc.no_collect to make sure none of the

2015-03-28 Thread arigo
Author: Armin Rigo Branch: Changeset: r76612:994b78f6c6eb Date: 2015-03-28 20:07 +0100 http://bitbucket.org/pypy/pypy/changeset/994b78f6c6eb/ Log:This place, at least, needs a @rgc.no_collect to make sure none of the custom tracers from the program being translated can actually

[pypy-commit] pypy default: merge heads

2015-03-28 Thread arigo
Author: Armin Rigo Branch: Changeset: r76611:f8ee0444befc Date: 2015-03-28 09:38 +0100 http://bitbucket.org/pypy/pypy/changeset/f8ee0444befc/ Log:merge heads diff --git a/rpython/rtyper/extfunc.py b/rpython/rtyper/extfunc.py --- a/rpython/rtyper/extfunc.py +++ b/rpython/rtyper/extfunc.py @@

[pypy-commit] pypy default: Expand the text on threadlocalproperty.

2015-03-28 Thread arigo
Author: Armin Rigo Branch: Changeset: r76610:cda2320ed4dc Date: 2015-03-28 09:38 +0100 http://bitbucket.org/pypy/pypy/changeset/cda2320ed4dc/ Log:Expand the text on threadlocalproperty. diff --git a/pypy/doc/stm.rst b/pypy/doc/stm.rst --- a/pypy/doc/stm.rst +++ b/pypy/doc/stm.rst @@ -396,18

[pypy-commit] pypy default: Mention a case of easy-to-fix write-write conflicts

2015-03-28 Thread arigo
Author: Armin Rigo Branch: Changeset: r76609:295686ab115d Date: 2015-03-28 09:23 +0100 http://bitbucket.org/pypy/pypy/changeset/295686ab115d/ Log:Mention a case of easy-to-fix write-write conflicts diff --git a/pypy/doc/stm.rst b/pypy/doc/stm.rst --- a/pypy/doc/stm.rst +++ b/pypy/doc/stm.rs