[pypy-commit] pypy optresult-unroll: small fixes

2015-07-13 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r78543:e6d31ebd3035 Date: 2015-07-13 09:32 +0200 http://bitbucket.org/pypy/pypy/changeset/e6d31ebd3035/ Log:small fixes diff --git a/rpython/jit/metainterp/optimizeopt/optimizer.py b/rpython/jit/metainterp/optimizeopt/optimizer.

[pypy-commit] pypy optresult-unroll: call flush from propagate_all_forward

2015-07-13 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r78544:3319421c0bf3 Date: 2015-07-13 09:33 +0200 http://bitbucket.org/pypy/pypy/changeset/3319421c0bf3/ Log:call flush from propagate_all_forward diff --git a/rpython/jit/metainterp/optimizeopt/optimizer.py b/rpython/jit/metaint

[pypy-commit] pypy optresult-unroll: test and a fix

2015-07-13 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r78545:4b5a8cedb410 Date: 2015-07-13 14:56 +0200 http://bitbucket.org/pypy/pypy/changeset/4b5a8cedb410/ Log:test and a fix diff --git a/rpython/jit/metainterp/optimizeopt/test/test_unroll.py b/rpython/jit/metainterp/optimizeopt/

[pypy-commit] pypy optresult-unroll: handle consts better

2015-07-13 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r78546:cde47437fc67 Date: 2015-07-13 17:20 +0200 http://bitbucket.org/pypy/pypy/changeset/cde47437fc67/ Log:handle consts better diff --git a/rpython/jit/metainterp/optimizeopt/heap.py b/rpython/jit/metainterp/optimizeopt/heap.p

[pypy-commit] pypy default: Issue #2079: missed another obscure condition in type object creation

2015-07-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r78547:2f052c461fca Date: 2015-07-13 17:41 +0200 http://bitbucket.org/pypy/pypy/changeset/2f052c461fca/ Log:Issue #2079: missed another obscure condition in type object creation diff --git a/pypy/objspace/std/test/test_typeobject.py b/pypy/objs

[pypy-commit] pypy optresult-unroll: improve the situation somewhat, despite failing tests

2015-07-13 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r78548:3a0e074cc535 Date: 2015-07-13 20:00 +0200 http://bitbucket.org/pypy/pypy/changeset/3a0e074cc535/ Log:improve the situation somewhat, despite failing tests diff --git a/rpython/jit/metainterp/optimizeopt/shortpreamble.py b

[pypy-commit] pypy indexing: kill RecordChunk

2015-07-13 Thread rlamy
Author: Ronan Lamy Branch: indexing Changeset: r78549:e9f26b0c2ae0 Date: 2015-07-13 23:59 +0200 http://bitbucket.org/pypy/pypy/changeset/e9f26b0c2ae0/ Log:kill RecordChunk diff --git a/pypy/module/micronumpy/concrete.py b/pypy/module/micronumpy/concrete.py --- a/pypy/module/micronumpy/concr