[pypy-commit] pypy rtyper-stuff: add missing decorators

2014-10-03 Thread rlamy
Author: Ronan Lamy Branch: rtyper-stuff Changeset: r73766:66422d374461 Date: 2014-10-04 02:25 +0100 http://bitbucket.org/pypy/pypy/changeset/66422d374461/ Log:add missing decorators diff --git a/rpython/rtyper/lltypesystem/rbytearray.py b/rpython/rtyper/lltypesystem/rbytearray.py --- a/rpyt

[pypy-commit] pypy rtyper-stuff: kill rpython.tool.staticmethods

2014-10-03 Thread rlamy
Author: Ronan Lamy Branch: rtyper-stuff Changeset: r73765:7486044bea6c Date: 2014-10-04 00:50 +0100 http://bitbucket.org/pypy/pypy/changeset/7486044bea6c/ Log:kill rpython.tool.staticmethods diff --git a/rpython/rlib/_stacklet_n_a.py b/rpython/rlib/_stacklet_n_a.py --- a/rpython/rlib/_stackl

[pypy-commit] pypy rtyper-stuff: Create LowLevelType._contains_value()

2014-10-03 Thread rlamy
Author: Ronan Lamy Branch: rtyper-stuff Changeset: r73763:098a8b6598ba Date: 2014-05-14 19:22 +0100 http://bitbucket.org/pypy/pypy/changeset/098a8b6598ba/ Log:Create LowLevelType._contains_value() diff --git a/rpython/rtyper/lltypesystem/lltype.py b/rpython/rtyper/lltypesystem/lltype.py ---

[pypy-commit] pypy rtyper-stuff: code cleanup

2014-10-03 Thread rlamy
Author: Ronan Lamy Branch: rtyper-stuff Changeset: r73764:c95ae034e136 Date: 2014-08-14 18:16 +0100 http://bitbucket.org/pypy/pypy/changeset/c95ae034e136/ Log:code cleanup diff --git a/rpython/rtyper/rmodel.py b/rpython/rtyper/rmodel.py --- a/rpython/rtyper/rmodel.py +++ b/rpython/rtyper/rmo

[pypy-commit] extradoc extradoc: Leaving the 28th

2014-10-03 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r5421:2497b51783f8 Date: 2014-10-03 20:11 +0200 http://bitbucket.org/pypy/extradoc/changeset/2497b51783f8/ Log:Leaving the 28th diff --git a/sprintinfo/warsaw-2014/people.txt b/sprintinfo/warsaw-2014/people.txt --- a/sprintinfo/warsaw-2014/peop

[pypy-commit] extradoc extradoc: add myself

2014-10-03 Thread antocuni
Author: Antonio Cuni Branch: extradoc Changeset: r5420:523d967e3386 Date: 2014-10-03 18:35 +0200 http://bitbucket.org/pypy/extradoc/changeset/523d967e3386/ Log:add myself diff --git a/sprintinfo/warsaw-2014/people.txt b/sprintinfo/warsaw-2014/people.txt --- a/sprintinfo/warsaw-2014/people.t

[pypy-commit] stmgc c7-full-profiling: in-progress

2014-10-03 Thread arigo
Author: Armin Rigo Branch: c7-full-profiling Changeset: r1443:0e74d9b2380c Date: 2014-10-03 17:57 +0200 http://bitbucket.org/pypy/stmgc/changeset/0e74d9b2380c/ Log:in-progress diff --git a/c7/stm/contention.c b/c7/stm/contention.c --- a/c7/stm/contention.c +++ b/c7/stm/contention.c @@ -181,6

[pypy-commit] stmgc c7-full-profiling: in-progress

2014-10-03 Thread arigo
Author: Armin Rigo Branch: c7-full-profiling Changeset: r1442:0014465e03aa Date: 2014-10-03 16:53 +0200 http://bitbucket.org/pypy/stmgc/changeset/0014465e03aa/ Log:in-progress diff --git a/c7/stm/core.c b/c7/stm/core.c --- a/c7/stm/core.c +++ b/c7/stm/core.c @@ -343,7 +343,7 @@ assert

[pypy-commit] stmgc c7-full-profiling: Goal: change the collection of markers for profiling. At the moment

2014-10-03 Thread arigo
Author: Armin Rigo Branch: c7-full-profiling Changeset: r1441:f844b45baef9 Date: 2014-10-01 09:29 +0200 http://bitbucket.org/pypy/stmgc/changeset/f844b45baef9/ Log:Goal: change the collection of markers for profiling. At the moment it always collects at most one marker per thread. The

[pypy-commit] pypy default: Test and fix: give a sane error message

2014-10-03 Thread arigo
Author: Armin Rigo Branch: Changeset: r73762:c9685aebe8e0 Date: 2014-10-03 16:00 +0200 http://bitbucket.org/pypy/pypy/changeset/c9685aebe8e0/ Log:Test and fix: give a sane error message diff --git a/rpython/jit/codewriter/jtransform.py b/rpython/jit/codewriter/jtransform.py --- a/rpython/j