[pypy-commit] pypy anntype2: Clean up and add another test

2015-11-27 Thread rlamy
Author: Ronan Lamy Branch: anntype2 Changeset: r81000:6671b4b7d9b6 Date: 2015-11-27 03:56 + http://bitbucket.org/pypy/pypy/changeset/6671b4b7d9b6/ Log:Clean up and add another test diff --git a/rpython/annotator/test/test_model.py b/rpython/annotator/test/test_model.py --- a/rpython/ann

[pypy-commit] pypy anntype2: Fix issue with generalizing None[i] to container[i]

2015-11-27 Thread rlamy
Author: Ronan Lamy Branch: anntype2 Changeset: r81001:eeb513e3c5a1 Date: 2015-11-27 13:57 + http://bitbucket.org/pypy/pypy/changeset/eeb513e3c5a1/ Log:Fix issue with generalizing None[i] to container[i] diff --git a/rpython/annotator/binaryop.py b/rpython/annotator/binaryop.py --- a/rpyt

[pypy-commit] pypy anntype2: Add more tests

2015-11-27 Thread rlamy
Author: Ronan Lamy Branch: anntype2 Changeset: r81002:c097d2bd6fdf Date: 2015-11-27 13:57 + http://bitbucket.org/pypy/pypy/changeset/c097d2bd6fdf/ Log:Add more tests diff --git a/rpython/annotator/test/test_model.py b/rpython/annotator/test/test_model.py --- a/rpython/annotator/test/tes

[pypy-commit] pypy memop-simplify2: raw_store got the wrong scaling factor passed in rewrite

2015-11-27 Thread plan_rich
Author: Richard Plangger Branch: memop-simplify2 Changeset: r80998:92f1f9606cd7 Date: 2015-11-27 13:28 +0100 http://bitbucket.org/pypy/pypy/changeset/92f1f9606cd7/ Log:raw_store got the wrong scaling factor passed in rewrite diff --git a/rpython/jit/backend/llsupport/rewrite.py b/rpython/ji

[pypy-commit] pypy stmgc-c8: do optimal evaluation order for forward flow analysis

2015-11-27 Thread Raemi
Author: Remi Meier Branch: stmgc-c8 Changeset: r80997:c4bb2166366b Date: 2015-11-27 12:56 +0100 http://bitbucket.org/pypy/pypy/changeset/c4bb2166366b/ Log:do optimal evaluation order for forward flow analysis diff --git a/rpython/translator/backendopt/dataflow.py b/rpython/translator/backen

[pypy-commit] pypy stmgc-c8: add tests for current and future features

2015-11-27 Thread Raemi
Author: Remi Meier Branch: stmgc-c8 Changeset: r80995:5db87b548f92 Date: 2015-11-27 11:24 +0100 http://bitbucket.org/pypy/pypy/changeset/5db87b548f92/ Log:add tests for current and future features diff --git a/rpython/translator/stm/test/test_inevitable.py b/rpython/translator/stm/test/test

[pypy-commit] pypy stmgc-c8: fix horrible performance

2015-11-27 Thread Raemi
Author: Remi Meier Branch: stmgc-c8 Changeset: r80996:44379f7fa2ab Date: 2015-11-27 12:21 +0100 http://bitbucket.org/pypy/pypy/changeset/44379f7fa2ab/ Log:fix horrible performance diff --git a/rpython/translator/stm/inevitable.py b/rpython/translator/stm/inevitable.py --- a/rpython/translat

[pypy-commit] pypy memop-simplify2: added a view more test cases for raw_store

2015-11-27 Thread plan_rich
Author: Richard Plangger Branch: memop-simplify2 Changeset: r80994:6c1e5acac108 Date: 2015-11-27 12:25 +0100 http://bitbucket.org/pypy/pypy/changeset/6c1e5acac108/ Log:added a view more test cases for raw_store diff --git a/rpython/jit/backend/llsupport/test/test_rewrite.py b/rpython/jit/ba

[pypy-commit] pypy stmgc-c8-dictstrategy: test_popitem passes

2015-11-27 Thread arigo
Author: Armin Rigo Branch: stmgc-c8-dictstrategy Changeset: r80985:64e305bf4c25 Date: 2015-11-27 08:22 + http://bitbucket.org/pypy/pypy/changeset/64e305bf4c25/ Log:test_popitem passes diff --git a/pypy/module/pypystm/stmdict.py b/pypy/module/pypystm/stmdict.py --- a/pypy/module/pypystm/s