[pypy-commit] pypy default: a test and a fix for numpy crash

2015-09-13 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r79596:b4456aa540b3 Date: 2015-09-13 10:55 +0200 http://bitbucket.org/pypy/pypy/changeset/b4456aa540b3/ Log:a test and a fix for numpy crash diff --git a/rpython/jit/metainterp/optimizeopt/info.py b/rpython/jit/metainterp/optimizeopt/info.py --

[pypy-commit] pypy default: a test and a fix

2015-09-13 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r79597:75a3c9bce078 Date: 2015-09-13 11:30 +0200 http://bitbucket.org/pypy/pypy/changeset/75a3c9bce078/ Log:a test and a fix diff --git a/rpython/jit/metainterp/optimizeopt/test/test_optimizeopt.py b/rpython/jit/metainterp/optimizeopt/test/test

[pypy-commit] pypy default: oops

2015-09-13 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r79598:c251644bdb57 Date: 2015-09-13 11:52 +0200 http://bitbucket.org/pypy/pypy/changeset/c251644bdb57/ Log:oops diff --git a/rpython/jit/metainterp/optimizeopt/shortpreamble.py b/rpython/jit/metainterp/optimizeopt/shortpreamble.py --- a/rpytho

[pypy-commit] pypy default: fix some more tests

2015-09-13 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r79599:d9df217854da Date: 2015-09-13 12:22 +0200 http://bitbucket.org/pypy/pypy/changeset/d9df217854da/ Log:fix some more tests diff --git a/pypy/module/pypyjit/test_pypy_c/test_containers.py b/pypy/module/pypyjit/test_pypy_c/test_containers.py

[pypy-commit] pypy default: fix 2 more tests

2015-09-13 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r79600:039928bbf710 Date: 2015-09-13 12:37 +0200 http://bitbucket.org/pypy/pypy/changeset/039928bbf710/ Log:fix 2 more tests diff --git a/pypy/module/pypyjit/test_pypy_c/test_min_max.py b/pypy/module/pypyjit/test_pypy_c/test_min_max.py --- a/py

[pypy-commit] pypy default: emitting does not seem to be ever set to False

2015-09-13 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r79601:ea4ca6dad408 Date: 2015-09-13 12:44 +0200 http://bitbucket.org/pypy/pypy/changeset/ea4ca6dad408/ Log:emitting does not seem to be ever set to False diff --git a/rpython/jit/metainterp/optimizeopt/optimizer.py b/rpython/jit/metainterp/opt

[pypy-commit] pypy share-guard-info: start branch for sharing guards

2015-09-13 Thread fijal
Author: Maciej Fijalkowski Branch: share-guard-info Changeset: r79602:00542277afd9 Date: 2015-09-13 12:59 +0200 http://bitbucket.org/pypy/pypy/changeset/00542277afd9/ Log:start branch for sharing guards diff --git a/rpython/jit/metainterp/optimizeopt/optimizer.py b/rpython/jit/metainterp/op

[pypy-commit] pypy default: a bit blindly fix windows test

2015-09-13 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r79603:0446b26c5c6b Date: 2015-09-13 13:32 +0200 http://bitbucket.org/pypy/pypy/changeset/0446b26c5c6b/ Log:a bit blindly fix windows test diff --git a/rpython/jit/backend/test/runner_test.py b/rpython/jit/backend/test/runner_test.py --- a/rpyt

[pypy-commit] pypy default: kill unused function

2015-09-13 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r79604:bfa159c0c21a Date: 2015-09-13 13:36 +0200 http://bitbucket.org/pypy/pypy/changeset/bfa159c0c21a/ Log:kill unused function diff --git a/rpython/jit/metainterp/optimizeopt/unroll.py b/rpython/jit/metainterp/optimizeopt/unroll.py --- a/rpyt

[pypy-commit] pypy default: fix more test(s)

2015-09-13 Thread mattip
Author: mattip Branch: Changeset: r79605:63de0ec77acd Date: 2015-09-13 14:59 +0300 http://bitbucket.org/pypy/pypy/changeset/63de0ec77acd/ Log:fix more test(s) diff --git a/pypy/module/_rawffi/array.py b/pypy/module/_rawffi/array.py --- a/pypy/module/_rawffi/array.py +++ b/pypy/module/_rawff

[pypy-commit] pypy default: whoops

2015-09-13 Thread mattip
Author: mattip Branch: Changeset: r79606:13eb1145d947 Date: 2015-09-13 15:02 +0300 http://bitbucket.org/pypy/pypy/changeset/13eb1145d947/ Log:whoops diff --git a/pypy/module/_rawffi/array.py b/pypy/module/_rawffi/array.py --- a/pypy/module/_rawffi/array.py +++ b/pypy/module/_rawffi/array.py

[pypy-commit] pypy default: try to fix more tests, still fail on backend/x86/ test_call_to*

2015-09-13 Thread mattip
Author: mattip Branch: Changeset: r79607:c20b3d2b2276 Date: 2015-09-13 16:35 +0300 http://bitbucket.org/pypy/pypy/changeset/c20b3d2b2276/ Log:try to fix more tests, still fail on backend/x86/ test_call_to* diff --git a/rpython/jit/backend/test/runner_test.py b/rpython/jit/backend/test/runn

[pypy-commit] pypy share-guard-info: whack a bit until we can share more

2015-09-13 Thread fijal
Author: Maciej Fijalkowski Branch: share-guard-info Changeset: r79608:986e925ea183 Date: 2015-09-13 17:12 +0200 http://bitbucket.org/pypy/pypy/changeset/986e925ea183/ Log:whack a bit until we can share more diff --git a/rpython/jit/codewriter/flatten.py b/rpython/jit/codewriter/flatten.py -

[pypy-commit] pypy share-guard-info: improve the situation

2015-09-13 Thread fijal
Author: Maciej Fijalkowski Branch: share-guard-info Changeset: r79609:30e029463a07 Date: 2015-09-13 17:48 +0200 http://bitbucket.org/pypy/pypy/changeset/30e029463a07/ Log:improve the situation diff --git a/rpython/jit/metainterp/optimizeopt/optimizer.py b/rpython/jit/metainterp/optimizeopt/

[pypy-commit] pypy share-guard-info: typo

2015-09-13 Thread fijal
Author: Maciej Fijalkowski Branch: share-guard-info Changeset: r79610:895479ea3d61 Date: 2015-09-13 17:56 +0200 http://bitbucket.org/pypy/pypy/changeset/895479ea3d61/ Log:typo diff --git a/rpython/jit/metainterp/resoperation.py b/rpython/jit/metainterp/resoperation.py --- a/rpython/jit/meta