[pypy-commit] pypy default: merge

2015-09-10 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r79588:87a0faff0bd9 Date: 2015-09-10 20:38 +0200 http://bitbucket.org/pypy/pypy/changeset/87a0faff0bd9/ Log:merge diff --git a/pypy/module/pypyjit/test_pypy_c/test_string.py b/pypy/module/pypyjit/test_pypy_c/test_string.py --- a/pypy/module/pyp

[pypy-commit] pypy default: fix some more

2015-09-10 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r79587:38bdf715cb93 Date: 2015-09-10 14:48 +0200 http://bitbucket.org/pypy/pypy/changeset/38bdf715cb93/ Log:fix some more diff --git a/pypy/module/pypyjit/test_pypy_c/test_ffi.py b/pypy/module/pypyjit/test_pypy_c/test_ffi.py --- a/pypy/module/p

[pypy-commit] pypy vecopt-merge: finished the new dependency model. label and jump are tracked no more. this greatly reduces the edge count in the graph

2015-09-10 Thread plan_rich
Author: Richard Plangger Branch: vecopt-merge Changeset: r79586:50d4f3bd716c Date: 2015-09-10 19:15 +0200 http://bitbucket.org/pypy/pypy/changeset/50d4f3bd716c/ Log:finished the new dependency model. label and jump are tracked no more. this greatly reduces the edge count in the graph

[pypy-commit] pypy vecopt-merge: adapted optimization entry to fit into the new model. going forward, but still not yet complete to run the first simple loops

2015-09-10 Thread plan_rich
Author: Richard Plangger Branch: vecopt-merge Changeset: r79585:efc1fdaa1cee Date: 2015-09-10 18:30 +0200 http://bitbucket.org/pypy/pypy/changeset/efc1fdaa1cee/ Log:adapted optimization entry to fit into the new model. going forward, but still not yet complete to run the first simple

[pypy-commit] pypy vecopt-merge: dependency tests pass again

2015-09-10 Thread plan_rich
Author: Richard Plangger Branch: vecopt-merge Changeset: r79584:8e6bb4ab9549 Date: 2015-09-10 14:38 +0200 http://bitbucket.org/pypy/pypy/changeset/8e6bb4ab9549/ Log:dependency tests pass again diff --git a/rpython/jit/metainterp/optimizeopt/dependency.py b/rpython/jit/metainterp/optimizeopt

[pypy-commit] pypy default: fix more tests

2015-09-10 Thread mattip
Author: mattip Branch: Changeset: r79583:605318757f6b Date: 2015-09-10 15:29 +0300 http://bitbucket.org/pypy/pypy/changeset/605318757f6b/ Log:fix more tests diff --git a/pypy/module/pypyjit/test_pypy_c/test_string.py b/pypy/module/pypyjit/test_pypy_c/test_string.py --- a/pypy/module/pypyji

[pypy-commit] pypy vecopt-merge: merged default

2015-09-10 Thread plan_rich
Author: Richard Plangger Branch: vecopt-merge Changeset: r79581:3cf43a0720f1 Date: 2015-09-10 10:51 +0200 http://bitbucket.org/pypy/pypy/changeset/3cf43a0720f1/ Log:merged default diff too long, truncating to 2000 out of 12637 lines diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags

[pypy-commit] pypy vecopt-merge: syntax error from merging and wrong indentation,

2015-09-10 Thread plan_rich
Author: Richard Plangger Branch: vecopt-merge Changeset: r79582:bd74760268d5 Date: 2015-09-10 11:51 +0200 http://bitbucket.org/pypy/pypy/changeset/bd74760268d5/ Log:syntax error from merging and wrong indentation, started to revive the dependency construction diff --git a/rpython/jit

[pypy-commit] pypy default: fix, really? is this it?

2015-09-10 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r79580:5ca0a226a702 Date: 2015-09-10 09:59 +0200 http://bitbucket.org/pypy/pypy/changeset/5ca0a226a702/ Log:fix, really? is this it? diff --git a/rpython/jit/metainterp/optimizeopt/info.py b/rpython/jit/metainterp/optimizeopt/info.py --- a/rpyt

[pypy-commit] pypy default: a failing test

2015-09-10 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r79579:6fe14ac7a5dd Date: 2015-09-10 09:52 +0200 http://bitbucket.org/pypy/pypy/changeset/6fe14ac7a5dd/ Log:a failing test diff --git a/rpython/jit/metainterp/optimizeopt/test/test_optimizeopt.py b/rpython/jit/metainterp/optimizeopt/test/test_o

[pypy-commit] pypy default: definitely a call we forgot

2015-09-10 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r79578:65ea1299f0fe Date: 2015-09-10 09:08 +0200 http://bitbucket.org/pypy/pypy/changeset/65ea1299f0fe/ Log:definitely a call we forgot diff --git a/rpython/jit/metainterp/optimizeopt/info.py b/rpython/jit/metainterp/optimizeopt/info.py --- a/r