[pypy-commit] jitviewer default: bold new

2012-04-25 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r200:13e1f8c97ca7 Date: 2012-04-25 11:56 +0200 http://bitbucket.org/pypy/jitviewer/changeset/13e1f8c97ca7/ Log:bold new diff --git a/_jitviewer/parser.py b/_jitviewer/parser.py --- a/_jitviewer/parser.py +++ b/_jitviewer/parser.py @@ -31,6 +31,8

[pypy-commit] pypy default: Shut off a C compiler warning.

2012-04-25 Thread arigo
Author: Armin Rigo Branch: Changeset: r54743:a67352890558 Date: 2012-04-25 11:41 +0200 http://bitbucket.org/pypy/pypy/changeset/a67352890558/ Log:Shut off a C compiler warning. diff --git a/pypy/translator/c/src/cjkcodecs/cjkcodecs.h b/pypy/translator/c/src/cjkcodecs/cjkcodecs.h --- a/pypy

[pypy-commit] pypy stm-gc: Ah bah.

2012-04-25 Thread arigo
Author: Armin Rigo Branch: stm-gc Changeset: r54744:4920a633a5b5 Date: 2012-04-25 12:02 +0200 http://bitbucket.org/pypy/pypy/changeset/4920a633a5b5/ Log:Ah bah. diff --git a/pypy/module/transaction/interp_transaction.py b/pypy/module/transaction/interp_transaction.py --- a/pypy/module/trans

[pypy-commit] pypy default: An additional test (that fails on CPython too right now).

2012-04-25 Thread arigo
Author: Armin Rigo Branch: Changeset: r54745:27558fbd3171 Date: 2012-04-25 12:12 +0200 http://bitbucket.org/pypy/pypy/changeset/27558fbd3171/ Log:An additional test (that fails on CPython too right now). Fix by disabling the optimization of u'foo'[constant]. diff --git a/pypy/interp

[pypy-commit] pypy default: merge heads

2012-04-25 Thread arigo
Author: Armin Rigo Branch: Changeset: r54746:0585f40cf68b Date: 2012-04-25 12:15 +0200 http://bitbucket.org/pypy/pypy/changeset/0585f40cf68b/ Log:merge heads diff --git a/pypy/doc/cppyy.rst b/pypy/doc/cppyy.rst --- a/pypy/doc/cppyy.rst +++ b/pypy/doc/cppyy.rst @@ -80,7 +80,7 @@ voi

[pypy-commit] pypy dynamic-specialized-tuple: promote the shape of a tuple on a read when the index is constant

2012-04-25 Thread alex_gaynor
Author: Alex Gaynor Branch: dynamic-specialized-tuple Changeset: r54747:e0f2cfe66872 Date: 2012-04-25 09:19 -0400 http://bitbucket.org/pypy/pypy/changeset/e0f2cfe66872/ Log:promote the shape of a tuple on a read when the index is constant diff --git a/pypy/jit/codewriter/jtransform.py b/pyp

[pypy-commit] pypy dynamic-specialized-tuple: unroll this sometimes

2012-04-25 Thread alex_gaynor
Author: Alex Gaynor Branch: dynamic-specialized-tuple Changeset: r54748:41a3b45ba449 Date: 2012-04-25 09:57 -0400 http://bitbucket.org/pypy/pypy/changeset/41a3b45ba449/ Log:unroll this sometimes diff --git a/pypy/objspace/std/tupleobject.py b/pypy/objspace/std/tupleobject.py --- a/pypy/objsp

[pypy-commit] pypy dynamic-specialized-tuple: promote the shape for constant index lookups before we do anything with the shape, so it can be constant folded

2012-04-25 Thread alex_gaynor
Author: Alex Gaynor Branch: dynamic-specialized-tuple Changeset: r54749:7dadce969c5e Date: 2012-04-25 10:22 -0400 http://bitbucket.org/pypy/pypy/changeset/7dadce969c5e/ Log:promote the shape for constant index lookups before we do anything with the shape, so it can be constant folded

[pypy-commit] pypy dynamic-specialized-tuple: typo

2012-04-25 Thread alex_gaynor
Author: Alex Gaynor Branch: dynamic-specialized-tuple Changeset: r54750:2a5a921a1519 Date: 2012-04-25 11:26 -0400 http://bitbucket.org/pypy/pypy/changeset/2a5a921a1519/ Log:typo diff --git a/pypy/objspace/std/tupleobject.py b/pypy/objspace/std/tupleobject.py --- a/pypy/objspace/std/tupleobje

[pypy-commit] pypy default: avoid obscure crashes with "has no attribute name"

2012-04-25 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r54751:290bebb4a80b Date: 2012-04-25 17:56 +0200 http://bitbucket.org/pypy/pypy/changeset/290bebb4a80b/ Log:avoid obscure crashes with "has no attribute name" diff --git a/pypy/rpython/lltypesystem/lltype.py b/pypy/rpython/lltypesystem/lltype.p

[pypy-commit] pypy default: merge

2012-04-25 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r54752:6dffe8f51e7b Date: 2012-04-25 17:56 +0200 http://bitbucket.org/pypy/pypy/changeset/6dffe8f51e7b/ Log:merge diff --git a/pypy/doc/cppyy.rst b/pypy/doc/cppyy.rst --- a/pypy/doc/cppyy.rst +++ b/pypy/doc/cppyy.rst @@ -80,7 +80,7 @@ v