[pypy-commit] pypy default: update link fixes issue #2140

2015-09-21 Thread mattip
Author: mattip Branch: Changeset: r79749:e68fc7564327 Date: 2015-09-22 09:43 +0300 http://bitbucket.org/pypy/pypy/changeset/e68fc7564327/ Log:update link fixes issue #2140 diff --git a/pypy/doc/faq.rst b/pypy/doc/faq.rst --- a/pypy/doc/faq.rst +++ b/pypy/doc/faq.rst @@ -67,7 +67,7 @@ The o

[pypy-commit] pypy share-guard-info: I don't know how to handle exceptions yet

2015-09-21 Thread fijal
Author: Maciej Fijalkowski Branch: share-guard-info Changeset: r79748:defd45638c14 Date: 2015-09-21 22:25 +0200 http://bitbucket.org/pypy/pypy/changeset/defd45638c14/ Log:I don't know how to handle exceptions yet diff --git a/rpython/jit/backend/llgraph/runner.py b/rpython/jit/backend/llgra

[pypy-commit] pypy share-guard-info: progress on overflow

2015-09-21 Thread fijal
Author: Maciej Fijalkowski Branch: share-guard-info Changeset: r79747:28f21fa3e33a Date: 2015-09-21 21:55 +0200 http://bitbucket.org/pypy/pypy/changeset/28f21fa3e33a/ Log:progress on overflow diff --git a/rpython/jit/metainterp/blackhole.py b/rpython/jit/metainterp/blackhole.py --- a/rpytho

[pypy-commit] pypy default: add product_check() to test overflow, be more careful about where this is needed

2015-09-21 Thread mattip
Author: mattip Branch: Changeset: r79746:8e3a27cadc69 Date: 2015-09-21 22:27 +0300 http://bitbucket.org/pypy/pypy/changeset/8e3a27cadc69/ Log:add product_check() to test overflow, be more careful about where this is needed diff --git a/pypy/module/micronumpy/base.py b/pypy/module/mi

[pypy-commit] pypy share-guard-info: kill guard_opnum

2015-09-21 Thread fijal
Author: Maciej Fijalkowski Branch: share-guard-info Changeset: r79745:8588d6767134 Date: 2015-09-21 20:59 +0200 http://bitbucket.org/pypy/pypy/changeset/8588d6767134/ Log:kill guard_opnum diff --git a/rpython/jit/metainterp/blackhole.py b/rpython/jit/metainterp/blackhole.py --- a/rpython/ji

[pypy-commit] pypy share-guard-info: one more case

2015-09-21 Thread fijal
Author: Maciej Fijalkowski Branch: share-guard-info Changeset: r79744:51f2f9c26591 Date: 2015-09-21 20:54 +0200 http://bitbucket.org/pypy/pypy/changeset/51f2f9c26591/ Log:one more case diff --git a/rpython/jit/codewriter/codewriter.py b/rpython/jit/codewriter/codewriter.py --- a/rpython/jit

[pypy-commit] pypy share-guard-info: fight a bit with overflows, codewriter level

2015-09-21 Thread fijal
Author: Maciej Fijalkowski Branch: share-guard-info Changeset: r79743:42f7b1bd660b Date: 2015-09-21 19:59 +0200 http://bitbucket.org/pypy/pypy/changeset/42f7b1bd660b/ Log:fight a bit with overflows, codewriter level diff --git a/rpython/jit/codewriter/flatten.py b/rpython/jit/codewriter/fla

[pypy-commit] pypy vecopt-merge: all optimizeopt tests pass again

2015-09-21 Thread plan_rich
Author: Richard Plangger Branch: vecopt-merge Changeset: r79742:abfd8bc5e489 Date: 2015-09-21 20:02 +0200 http://bitbucket.org/pypy/pypy/changeset/abfd8bc5e489/ Log:all optimizeopt tests pass again diff --git a/rpython/jit/backend/llgraph/runner.py b/rpython/jit/backend/llgraph/runner.py --

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

2015-09-21 Thread fijal
Author: Maciej Fijalkowski Branch: share-guard-info Changeset: r79740:24f279c53d00 Date: 2015-09-21 17:22 +0200 http://bitbucket.org/pypy/pypy/changeset/24f279c53d00/ Log:fix regalloc tests diff --git a/rpython/jit/codewriter/test/test_codewriter.py b/rpython/jit/codewriter/test/test_codewr

[pypy-commit] pypy share-guard-info: checkin in-progress

2015-09-21 Thread fijal
Author: Maciej Fijalkowski Branch: share-guard-info Changeset: r79741:070844031819 Date: 2015-09-21 17:22 +0200 http://bitbucket.org/pypy/pypy/changeset/070844031819/ Log:checkin in-progress diff --git a/rpython/jit/metainterp/blackhole.py b/rpython/jit/metainterp/blackhole.py --- a/rpython

[pypy-commit] pypy vecopt-merge: datatype is not set if input does not define a datatype

2015-09-21 Thread plan_rich
Author: Richard Plangger Branch: vecopt-merge Changeset: r79739:bcfb21ad79c8 Date: 2015-09-21 15:11 +0200 http://bitbucket.org/pypy/pypy/changeset/bcfb21ad79c8/ Log:datatype is not set if input does not define a datatype diff --git a/rpython/jit/metainterp/resoperation.py b/rpython/jit/meta

[pypy-commit] pypy vecopt-merge: guard.py tests passing again

2015-09-21 Thread plan_rich
Author: Richard Plangger Branch: vecopt-merge Changeset: r79738:275b9b40d178 Date: 2015-09-21 14:59 +0200 http://bitbucket.org/pypy/pypy/changeset/275b9b40d178/ Log:guard.py tests passing again diff --git a/rpython/jit/metainterp/optimizeopt/guard.py b/rpython/jit/metainterp/optimizeopt/gua

[pypy-commit] pypy vecopt-merge: vecopt.py tests passing again, now let's finally head to the assembler

2015-09-21 Thread plan_rich
Author: Richard Plangger Branch: vecopt-merge Changeset: r79737:664117c201a8 Date: 2015-09-21 11:40 +0200 http://bitbucket.org/pypy/pypy/changeset/664117c201a8/ Log:vecopt.py tests passing again, now let's finally head to the assembler diff --git a/rpython/jit/metainterp/optimizeopt/

[pypy-commit] pypy default: Vague attempt at using a "pypy --translationmodules" to translate: there

2015-09-21 Thread arigo
Author: Armin Rigo Branch: Changeset: r79736:32a41767a897 Date: 2015-09-21 10:31 +0200 http://bitbucket.org/pypy/pypy/changeset/32a41767a897/ Log:Vague attempt at using a "pypy --translationmodules" to translate: there is no thread module in the host python then diff --git a/rpython

[pypy-commit] pypy default: Follow-up on a7e480ec1a78, which should have marked this dict and this function as not used any more

2015-09-21 Thread arigo
Author: Armin Rigo Branch: Changeset: r79735:0389a0369505 Date: 2015-09-21 09:34 +0200 http://bitbucket.org/pypy/pypy/changeset/0389a0369505/ Log:Follow-up on a7e480ec1a78, which should have marked this dict and this function as not used any more diff --git a/pypy/config/pypyoption.

[pypy-commit] pypy default: fix test_pyjitpl

2015-09-21 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r79734:4772b2299fd8 Date: 2015-09-21 09:23 +0200 http://bitbucket.org/pypy/pypy/changeset/4772b2299fd8/ Log:fix test_pyjitpl diff --git a/rpython/jit/metainterp/pyjitpl.py b/rpython/jit/metainterp/pyjitpl.py --- a/rpython/jit/metainterp/pyjitpl

[pypy-commit] pypy default: Skip these new parts of the test on llgraph

2015-09-21 Thread arigo
Author: Armin Rigo Branch: Changeset: r79733:19e4ec471578 Date: 2015-09-21 09:16 +0200 http://bitbucket.org/pypy/pypy/changeset/19e4ec471578/ Log:Skip these new parts of the test on llgraph diff --git a/rpython/jit/backend/test/runner_test.py b/rpython/jit/backend/test/runner_test.py --- a

[pypy-commit] pypy default: the previous "unicode == '\x00'" gives a non-well-defined result

2015-09-21 Thread arigo
Author: Armin Rigo Branch: Changeset: r79732:fce28c21dc9b Date: 2015-09-21 09:12 +0200 http://bitbucket.org/pypy/pypy/changeset/fce28c21dc9b/ Log:the previous "unicode == '\x00'" gives a non-well-defined result depending on the host python's default encoding diff --git a/rpython/ann

[pypy-commit] pypy default: arraylen now lands in a different spot

2015-09-21 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r79731:db28b068daa3 Date: 2015-09-21 09:07 +0200 http://bitbucket.org/pypy/pypy/changeset/db28b068daa3/ Log:arraylen now lands in a different spot diff --git a/pypy/module/pypyjit/test_pypy_c/test_ffi.py b/pypy/module/pypyjit/test_pypy_c/test_f

[pypy-commit] pypy default: document the branch

2015-09-21 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r79730:b4e662c97599 Date: 2015-09-21 09:04 +0200 http://bitbucket.org/pypy/pypy/changeset/b4e662c97599/ Log:document the branch diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/