[pypy-commit] pypy object-dtype2: put space as an attribute on type.Types

2015-02-28 Thread mattip
Author: mattip Branch: object-dtype2 Changeset: r76207:320bc55d7975 Date: 2015-02-28 20:07 +0200 http://bitbucket.org/pypy/pypy/changeset/320bc55d7975/ Log:put space as an attribute on type.Types diff --git a/pypy/module/micronumpy/compile.py b/pypy/module/micronumpy/compile.py --- a/pypy/m

[pypy-commit] pypy object-dtype2: start again, reuse the basic ideas from object-dtype

2015-02-28 Thread mattip
Author: mattip Branch: object-dtype2 Changeset: r76206:a41e39f68799 Date: 2015-02-27 17:00 +0200 http://bitbucket.org/pypy/pypy/changeset/a41e39f68799/ Log:start again, reuse the basic ideas from object-dtype diff --git a/pypy/module/micronumpy/base.py b/pypy/module/micronumpy/base.py --- a/

[pypy-commit] pypy object-dtype2: translation fix, there must be a better way

2015-02-28 Thread mattip
Author: mattip Branch: object-dtype2 Changeset: r76208:bcee1fdd5f52 Date: 2015-03-01 00:23 +0200 http://bitbucket.org/pypy/pypy/changeset/bcee1fdd5f52/ Log:translation fix, there must be a better way diff --git a/pypy/module/micronumpy/types.py b/pypy/module/micronumpy/types.py --- a/pypy/mo

[pypy-commit] pypy default: Remove unused import and variable assignments in flowcontext.py.

2015-02-28 Thread mjacob
Author: Manuel Jacob Branch: Changeset: r76199:374151605651 Date: 2015-02-28 20:52 +0100 http://bitbucket.org/pypy/pypy/changeset/374151605651/ Log:Remove unused import and variable assignments in flowcontext.py. diff --git a/rpython/flowspace/flowcontext.py b/rpython/flowspace/flowcontext.

[pypy-commit] pypy llvm-translation-backend: Pass more immutability hints to LLVM.

2015-02-28 Thread mjacob
Author: Manuel Jacob Branch: llvm-translation-backend Changeset: r76198:1b6be80b1ea6 Date: 2015-02-28 16:51 +0100 http://bitbucket.org/pypy/pypy/changeset/1b6be80b1ea6/ Log:Pass more immutability hints to LLVM. diff --git a/rpython/translator/llvm/genllvm.py b/rpython/translator/llvm/genllv

[pypy-commit] pypy llvm-translation-backend: Skip tests that test ordered dicts with refcounting.

2015-02-28 Thread mjacob
Author: Manuel Jacob Branch: llvm-translation-backend Changeset: r76197:e580a050b66b Date: 2015-02-07 12:35 +0100 http://bitbucket.org/pypy/pypy/changeset/e580a050b66b/ Log:Skip tests that test ordered dicts with refcounting. diff --git a/rpython/translator/llvm/test/test_genllvm.py b/rpyth

[pypy-commit] pypy stmgc-c8: (arigo, remi) fix jit support for card marking in c8

2015-02-28 Thread Raemi
Author: Remi Meier Branch: stmgc-c8 Changeset: r76196:1257140b7eef Date: 2015-02-28 12:19 +0100 http://bitbucket.org/pypy/pypy/changeset/1257140b7eef/ Log:(arigo, remi) fix jit support for card marking in c8 diff --git a/rpython/jit/backend/llsupport/assembler.py b/rpython/jit/backend/llsup

[pypy-commit] pypy stmgc-c8: remove dummy implementations

2015-02-28 Thread Raemi
Author: Remi Meier Branch: stmgc-c8 Changeset: r76194:19f6c9fde7a6 Date: 2015-02-28 09:32 +0100 http://bitbucket.org/pypy/pypy/changeset/19f6c9fde7a6/ Log:remove dummy implementations diff --git a/rpython/translator/stm/src_stm/stmgcintf.c b/rpython/translator/stm/src_stm/stmgcintf.c --- a/

[pypy-commit] pypy stmgc-c8: import stmgc 8ca689687bfa

2015-02-28 Thread Raemi
Author: Remi Meier Branch: stmgc-c8 Changeset: r76195:3d008eb21392 Date: 2015-02-28 12:18 +0100 http://bitbucket.org/pypy/pypy/changeset/3d008eb21392/ Log:import stmgc 8ca689687bfa diff --git a/rpython/translator/stm/src_stm/revision b/rpython/translator/stm/src_stm/revision --- a/rpython/t

[pypy-commit] pypy stmgc-c8: import stmgc 17b08c18f7b4

2015-02-28 Thread Raemi
Author: Remi Meier Branch: stmgc-c8 Changeset: r76193:aef00a6d5e2b Date: 2015-02-28 09:27 +0100 http://bitbucket.org/pypy/pypy/changeset/aef00a6d5e2b/ Log:import stmgc 17b08c18f7b4 diff --git a/rpython/translator/stm/src_stm/revision b/rpython/translator/stm/src_stm/revision --- a/rpython/t

[pypy-commit] pypy recent-pure-ops: (fijal, arigo) in-progress

2015-02-28 Thread arigo
Author: Armin Rigo Branch: recent-pure-ops Changeset: r76192:5954b774370c Date: 2015-02-28 12:14 +0100 http://bitbucket.org/pypy/pypy/changeset/5954b774370c/ Log:(fijal, arigo) in-progress diff --git a/rpython/jit/metainterp/optimizeopt/optimizer.py b/rpython/jit/metainterp/optimizeopt/opti

[pypy-commit] pypy recent-pure-ops: Killing one dict

2015-02-28 Thread arigo
Author: Armin Rigo Branch: recent-pure-ops Changeset: r76191:00c3abc7848a Date: 2015-02-28 12:13 +0100 http://bitbucket.org/pypy/pypy/changeset/00c3abc7848a/ Log:Killing one dict ___ pypy-commit mailing list pypy-commit@python.org https://mail.pyth

[pypy-commit] stmgc c8-card-marking: add fastpath for card marking

2015-02-28 Thread Raemi
Author: Remi Meier Branch: c8-card-marking Changeset: r1685:8ca689687bfa Date: 2015-02-28 12:14 +0100 http://bitbucket.org/pypy/stmgc/changeset/8ca689687bfa/ Log:add fastpath for card marking diff --git a/c8/stm/core.c b/c8/stm/core.c --- a/c8/stm/core.c +++ b/c8/stm/core.c @@ -978,6 +978,9

[pypy-commit] pypy py3.3: Adapt test to new function repr (which now contains the qualname).

2015-02-28 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r76190:4b41587d9970 Date: 2015-02-28 09:48 +0100 http://bitbucket.org/pypy/pypy/changeset/4b41587d9970/ Log:Adapt test to new function repr (which now contains the qualname). diff --git a/pypy/objspace/std/test/test_proxy_function.py b/pypy/objs