[pypy-commit] pypy default: redo 399217ef3933 so all tests pass, fix test for upstream compatibility

2015-09-28 Thread mattip
Author: mattip Branch: Changeset: r79884:3e89b1604c3c Date: 2015-09-28 20:30 +0300 http://bitbucket.org/pypy/pypy/changeset/3e89b1604c3c/ Log:redo 399217ef3933 so all tests pass, fix test for upstream compatibility diff --git a/pypy/module/micronumpy/base.py

[pypy-commit] pypy vecopt-merge: wunderbar! all but one test_zjit test passing

2015-09-28 Thread plan_rich
Author: Richard Plangger Branch: vecopt-merge Changeset: r79885:bb3eebb00aa2 Date: 2015-09-28 21:54 +0200 http://bitbucket.org/pypy/pypy/changeset/bb3eebb00aa2/ Log:wunderbar! all but one test_zjit test passing diff --git a/pypy/module/micronumpy/test/test_zjit.py

[pypy-commit] pypy vecopt-merge: switching from llgraph to x86 backend for zjit

2015-09-28 Thread plan_rich
Author: Richard Plangger Branch: vecopt-merge Changeset: r79882:5f2180dc8e34 Date: 2015-09-28 16:32 +0200 http://bitbucket.org/pypy/pypy/changeset/5f2180dc8e34/ Log:switching from llgraph to x86 backend for zjit diff --git a/pypy/module/micronumpy/test/test_zjit.py

[pypy-commit] pypy vecopt-merge: forgot to remove parameter...

2015-09-28 Thread plan_rich
Author: Richard Plangger Branch: vecopt-merge Changeset: r79883:b6fc67e7c33e Date: 2015-09-28 16:35 +0200 http://bitbucket.org/pypy/pypy/changeset/b6fc67e7c33e/ Log:forgot to remove parameter... diff --git a/pypy/module/micronumpy/test/test_zjit.py

[pypy-commit] pypy default: Avoid two large constants

2015-09-28 Thread arigo
Author: Armin Rigo Branch: Changeset: r79874:650fe2c7926c Date: 2015-09-28 09:07 +0200 http://bitbucket.org/pypy/pypy/changeset/650fe2c7926c/ Log:Avoid two large constants diff --git a/pypy/objspace/std/floatobject.py b/pypy/objspace/std/floatobject.py ---

[pypy-commit] pypy share-guard-info: kill the feature of removing guards for now, since it seems to be a bit too fragile

2015-09-28 Thread fijal
Author: Maciej Fijalkowski Branch: share-guard-info Changeset: r79875:18f9fb59e58b Date: 2015-09-28 09:10 +0200 http://bitbucket.org/pypy/pypy/changeset/18f9fb59e58b/ Log:kill the feature of removing guards for now, since it seems to be a bit too fragile diff --git

[pypy-commit] pypy share-guard-info: fix tests

2015-09-28 Thread fijal
Author: Maciej Fijalkowski Branch: share-guard-info Changeset: r79877:29317cd667c5 Date: 2015-09-28 09:16 +0200 http://bitbucket.org/pypy/pypy/changeset/29317cd667c5/ Log:fix tests diff --git a/rpython/jit/metainterp/optimizeopt/rewrite.py

[pypy-commit] pypy share-guard-info: kill it for good and reenable replacements of guards

2015-09-28 Thread fijal
Author: Maciej Fijalkowski Branch: share-guard-info Changeset: r79876:0dcb16c2195c Date: 2015-09-28 09:13 +0200 http://bitbucket.org/pypy/pypy/changeset/0dcb16c2195c/ Log:kill it for good and reenable replacements of guards diff --git a/rpython/jit/metainterp/compile.py

[pypy-commit] pypy default: Tweak the RPython and PyPy ord() to behave like CPython's when given

2015-09-28 Thread arigo
Author: Armin Rigo Branch: Changeset: r79878:47c87779c73a Date: 2015-09-28 10:35 +0200 http://bitbucket.org/pypy/pypy/changeset/47c87779c73a/ Log:Tweak the RPython and PyPy ord() to behave like CPython's when given strange inputs: never return negative numbers on

[pypy-commit] jitviewer default: fix

2015-09-28 Thread arigo
Author: Armin Rigo Branch: Changeset: r275:01dbb2d47316 Date: 2015-09-28 14:13 +0200 http://bitbucket.org/pypy/jitviewer/changeset/01dbb2d47316/ Log:fix diff --git a/_jitviewer/display.py b/_jitviewer/display.py --- a/_jitviewer/display.py +++ b/_jitviewer/display.py @@

[pypy-commit] pypy default: Another performance boost to the common case of zip().

2015-09-28 Thread arigo
Author: Armin Rigo Branch: Changeset: r79880:5348f162bc84 Date: 2015-09-28 13:22 +0200 http://bitbucket.org/pypy/pypy/changeset/5348f162bc84/ Log:Another performance boost to the common case of zip(). diff --git a/pypy/module/__builtin__/app_functional.py

[pypy-commit] pypy default: Marginal improvement

2015-09-28 Thread arigo
Author: Armin Rigo Branch: Changeset: r79879:17cf8dc91402 Date: 2015-09-28 12:25 +0200 http://bitbucket.org/pypy/pypy/changeset/17cf8dc91402/ Log:Marginal improvement diff --git a/rpython/jit/backend/x86/assembler.py b/rpython/jit/backend/x86/assembler.py ---

[pypy-commit] pypy vecopt-merge: pushing forward test_zjit on llgraph

2015-09-28 Thread plan_rich
Author: Richard Plangger Branch: vecopt-merge Changeset: r79881:8a8e13743c1e Date: 2015-09-28 15:09 +0200 http://bitbucket.org/pypy/pypy/changeset/8a8e13743c1e/ Log:pushing forward test_zjit on llgraph diff --git a/pypy/module/micronumpy/test/test_zjit.py