[pypy-commit] pypy unrecursive-opt: No extra args in intbounds callbacks.

2015-10-04 Thread jerith
Author: Jeremy Thurgood Branch: unrecursive-opt Changeset: r79966:e9ea348da6d2 Date: 2015-10-04 10:45 +0200 http://bitbucket.org/pypy/pypy/changeset/e9ea348da6d2/ Log:No extra args in intbounds callbacks. diff --git a/rpython/jit/metainterp/optimizeopt/intbounds.py

[pypy-commit] pypy default: Memory saving on 'rd_locs', which turns out to be often exactly equal to

2015-10-04 Thread arigo
Author: Armin Rigo Branch: Changeset: r79968:dfaa5710b535 Date: 2015-10-04 11:38 +0200 http://bitbucket.org/pypy/pypy/changeset/dfaa5710b535/ Log:Memory saving on 'rd_locs', which turns out to be often exactly equal to the previously generated rd_locs diff --git

[pypy-commit] pypy default: oops

2015-10-04 Thread fijal
Author: fijal Branch: Changeset: r79971:6d64f32918a7 Date: 2015-10-04 14:00 +0200 http://bitbucket.org/pypy/pypy/changeset/6d64f32918a7/ Log:oops diff --git a/rpython/jit/metainterp/optimizeopt/optimizer.py b/rpython/jit/metainterp/optimizeopt/optimizer.py ---

[pypy-commit] pypy default: complete the fix

2015-10-04 Thread arigo
Author: Armin Rigo Branch: Changeset: r79962:12419799c389 Date: 2015-10-04 10:39 +0200 http://bitbucket.org/pypy/pypy/changeset/12419799c389/ Log:complete the fix diff --git a/rpython/jit/metainterp/test/test_fficall.py b/rpython/jit/metainterp/test/test_fficall.py ---

[pypy-commit] pypy default: merge heads

2015-10-04 Thread arigo
Author: Armin Rigo Branch: Changeset: r79963:de3211a57ea4 Date: 2015-10-04 10:39 +0200 http://bitbucket.org/pypy/pypy/changeset/de3211a57ea4/ Log:merge heads diff --git a/lib-python/conftest.py b/lib-python/conftest.py --- a/lib-python/conftest.py +++

[pypy-commit] extradoc extradoc: typo

2015-10-04 Thread fijal
Author: fijal Branch: extradoc Changeset: r5568:fb8778d05df0 Date: 2015-10-04 10:40 +0200 http://bitbucket.org/pypy/extradoc/changeset/fb8778d05df0/ Log:typo diff --git a/blog/draft/warmup-improvements-2.rst b/blog/draft/warmup-improvements-2.rst --- a/blog/draft/warmup-improvements-2.rst

[pypy-commit] pypy default: Fix for direct running of test_coercion

2015-10-04 Thread arigo
Author: Armin Rigo Branch: Changeset: r79961:ce1f6aca7c8b Date: 2015-10-04 09:12 +0200 http://bitbucket.org/pypy/pypy/changeset/ce1f6aca7c8b/ Log:Fix for direct running of test_coercion diff --git a/lib-python/conftest.py b/lib-python/conftest.py ---

[pypy-commit] extradoc extradoc: make the blog post less dry

2015-10-04 Thread fijal
Author: fijal Branch: extradoc Changeset: r5569:e203cb369cfd Date: 2015-10-04 13:43 +0200 http://bitbucket.org/pypy/extradoc/changeset/e203cb369cfd/ Log:make the blog post less dry diff --git a/blog/draft/warmup-improvements-2.rst b/blog/draft/warmup-improvements-2.rst ---

[pypy-commit] pypy default: fix rpython and tests

2015-10-04 Thread fijal
Author: fijal Branch: Changeset: r79970:6f4296b0d7fa Date: 2015-10-04 13:52 +0200 http://bitbucket.org/pypy/pypy/changeset/6f4296b0d7fa/ Log:fix rpython and tests diff --git a/rpython/jit/metainterp/compile.py b/rpython/jit/metainterp/compile.py --- a/rpython/jit/metainterp/compile.py +++

[pypy-commit] extradoc extradoc: Merged in camara/extradoc/camara/warmupimprovements2rst-create-table-head-1443916820814 (pull request #7)

2015-10-04 Thread jerith
Author: Jeremy Thurgood Branch: extradoc Changeset: r5567:a06b0b432f0f Date: 2015-10-04 10:10 +0200 http://bitbucket.org/pypy/extradoc/changeset/a06b0b432f0f/ Log:Merged in camara/extradoc/camara/warmupimprovements2rst-create- table-head-1443916820814 (pull request

[pypy-commit] extradoc camara/warmupimprovements2rst-create-table-head-1443916820814: warmup-improvements-2.rst create table header

2015-10-04 Thread camara
Author: John M. Camara Branch: camara/warmupimprovements2rst-create-table-head-1443916820814 Changeset: r5566:8e5a0d5d8db4 Date: 2015-10-04 00:00 + http://bitbucket.org/pypy/extradoc/changeset/8e5a0d5d8db4/ Log:warmup-improvements-2.rst create table header diff

[pypy-commit] pypy default: merge

2015-10-04 Thread fijal
Author: fijal Branch: Changeset: r79965:551f1d6a8a9c Date: 2015-10-04 10:40 +0200 http://bitbucket.org/pypy/pypy/changeset/551f1d6a8a9c/ Log:merge diff --git a/lib-python/conftest.py b/lib-python/conftest.py --- a/lib-python/conftest.py +++ b/lib-python/conftest.py @@ -158,7 +158,7 @@

[pypy-commit] pypy default: skip the test and the feature that does nto seem to be that useful

2015-10-04 Thread fijal
Author: fijal Branch: Changeset: r79964:573b6d321c26 Date: 2015-10-04 10:39 +0200 http://bitbucket.org/pypy/pypy/changeset/573b6d321c26/ Log:skip the test and the feature that does nto seem to be that useful diff --git a/pypy/module/pypyjit/__init__.py b/pypy/module/pypyjit/__init__.py ---

[pypy-commit] pypy unrecursive-opt: Turn callbacks into postprocess dispatch.

2015-10-04 Thread jerith
Author: Jeremy Thurgood Branch: unrecursive-opt Changeset: r79967:c28bff45d6ed Date: 2015-10-04 11:12 +0200 http://bitbucket.org/pypy/pypy/changeset/c28bff45d6ed/ Log:Turn callbacks into postprocess dispatch. diff --git a/rpython/jit/metainterp/optimizeopt/intbounds.py

[pypy-commit] pypy default: fix two tests

2015-10-04 Thread fijal
Author: fijal Branch: Changeset: r79959:a1520085087f Date: 2015-10-04 10:23 +0200 http://bitbucket.org/pypy/pypy/changeset/a1520085087f/ Log:fix two tests diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsnew-head.rst

[pypy-commit] pypy default: fix this test I hope

2015-10-04 Thread fijal
Author: fijal Branch: Changeset: r79960:2d352d04adf6 Date: 2015-10-04 10:32 +0200 http://bitbucket.org/pypy/pypy/changeset/2d352d04adf6/ Log:fix this test I hope diff --git a/rpython/jit/metainterp/test/test_fficall.py b/rpython/jit/metainterp/test/test_fficall.py ---

[pypy-commit] pypy default: these days pygame can be installed on pypy

2015-10-04 Thread fijal
Author: fijal Branch: Changeset: r79969:b8c62e963133 Date: 2015-10-04 12:35 +0200 http://bitbucket.org/pypy/pypy/changeset/b8c62e963133/ Log:these days pygame can be installed on pypy diff --git a/dotviewer/graphclient.py b/dotviewer/graphclient.py --- a/dotviewer/graphclient.py +++

[pypy-commit] pypy default: obvious fix

2015-10-04 Thread fijal
Author: fijal Branch: Changeset: r79973:c7f424ad8ccd Date: 2015-10-04 15:35 +0200 http://bitbucket.org/pypy/pypy/changeset/c7f424ad8ccd/ Log:obvious fix diff --git a/rpython/jit/metainterp/pyjitpl.py b/rpython/jit/metainterp/pyjitpl.py --- a/rpython/jit/metainterp/pyjitpl.py +++

[pypy-commit] pypy default: it really should not make a difference but crashes pypy

2015-10-04 Thread fijal
Author: fijal Branch: Changeset: r79972:dbfc6a7583c9 Date: 2015-10-04 14:39 +0200 http://bitbucket.org/pypy/pypy/changeset/dbfc6a7583c9/ Log:it really should not make a difference but crashes pypy diff --git a/rpython/jit/metainterp/pyjitpl.py b/rpython/jit/metainterp/pyjitpl.py ---

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

2015-10-04 Thread fijal
Author: fijal Branch: Changeset: r79974:accbdbfd3b8e Date: 2015-10-04 15:41 +0200 http://bitbucket.org/pypy/pypy/changeset/accbdbfd3b8e/ Log:a test and a fix diff --git a/rpython/jit/metainterp/pyjitpl.py b/rpython/jit/metainterp/pyjitpl.py --- a/rpython/jit/metainterp/pyjitpl.py +++

[pypy-commit] pypy default: Move the non-optimizable part of callbacks outside the JIT

2015-10-04 Thread arigo
Author: Armin Rigo Branch: Changeset: r79975:9c043c7d1a7b Date: 2015-10-04 15:54 +0200 http://bitbucket.org/pypy/pypy/changeset/9c043c7d1a7b/ Log:Move the non-optimizable part of callbacks outside the JIT diff --git a/pypy/module/_cffi_backend/ccallback.py

[pypy-commit] cffi default: Call a better function

2015-10-04 Thread arigo
Author: Armin Rigo Branch: Changeset: r2299:21fef94ca0c8 Date: 2015-10-04 17:23 +0200 http://bitbucket.org/cffi/cffi/changeset/21fef94ca0c8/ Log:Call a better function diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_backend.c @@

[pypy-commit] cffi cmacros: more tests

2015-10-04 Thread arigo
Author: Armin Rigo Branch: cmacros Changeset: r2301:39f0d496d0eb Date: 2015-10-04 19:21 +0200 http://bitbucket.org/cffi/cffi/changeset/39f0d496d0eb/ Log:more tests diff --git a/testing/cffi0/test_parsing.py b/testing/cffi0/test_parsing.py --- a/testing/cffi0/test_parsing.py

[pypy-commit] pypy issue-2148: Add incomplete pypyjit test for issue #2148

2015-10-04 Thread rlamy
Author: Ronan Lamy Branch: issue-2148 Changeset: r79979:aa3aabb40221 Date: 2015-10-04 02:53 +0100 http://bitbucket.org/pypy/pypy/changeset/aa3aabb40221/ Log:Add incomplete pypyjit test for issue #2148 diff --git a/pypy/module/pypyjit/test_pypy_c/test_micronumpy.py

[pypy-commit] pypy issue-2148: Move find_shape_and_elems() to ctors.py, since it's only used there

2015-10-04 Thread rlamy
Author: Ronan Lamy Branch: issue-2148 Changeset: r79980:4da2050ae801 Date: 2015-10-04 03:28 +0100 http://bitbucket.org/pypy/pypy/changeset/4da2050ae801/ Log:Move find_shape_and_elems() to ctors.py, since it's only used there diff --git a/pypy/module/micronumpy/ctors.py

[pypy-commit] pypy issue-2148: extract is_scalar_like() from find_shape_and_elems()

2015-10-04 Thread rlamy
Author: Ronan Lamy Branch: issue-2148 Changeset: r79981:8a2df44b76b7 Date: 2015-10-04 18:06 +0100 http://bitbucket.org/pypy/pypy/changeset/8a2df44b76b7/ Log:extract is_scalar_like() from find_shape_and_elems() diff --git a/pypy/module/micronumpy/ctors.py

[pypy-commit] pypy unrecursive-opt: Move rewrite callbacks to postprocess pass, one test fails.

2015-10-04 Thread jerith
Author: Jeremy Thurgood Branch: unrecursive-opt Changeset: r79977:c1e114708b34 Date: 2015-10-04 16:39 +0200 http://bitbucket.org/pypy/pypy/changeset/c1e114708b34/ Log:Move rewrite callbacks to postprocess pass, one test fails. diff --git

[pypy-commit] pypy unrecursive-opt: Move virtualize callbacks to postprocess pass.

2015-10-04 Thread jerith
Author: Jeremy Thurgood Branch: unrecursive-opt Changeset: r79978:bffdacba8eaa Date: 2015-10-04 17:22 +0200 http://bitbucket.org/pypy/pypy/changeset/bffdacba8eaa/ Log:Move virtualize callbacks to postprocess pass. diff --git

[pypy-commit] pypy default: Typos and tweaks of comments

2015-10-04 Thread arigo
Author: Armin Rigo Branch: Changeset: r79976:00532145d0f4 Date: 2015-10-04 16:26 +0200 http://bitbucket.org/pypy/pypy/changeset/00532145d0f4/ Log:Typos and tweaks of comments diff --git a/rpython/rlib/jit_libffi.py b/rpython/rlib/jit_libffi.py ---

[pypy-commit] cffi cmacros: A bunch of test about how it should be possible to support this:

2015-10-04 Thread arigo
Author: Armin Rigo Branch: cmacros Changeset: r2300:33acd0dc850c Date: 2015-10-04 19:04 +0200 http://bitbucket.org/cffi/cffi/changeset/33acd0dc850c/ Log:A bunch of test about how it should be possible to support this: conditional typedefs that used later in the

[pypy-commit] pypy issue-2148: fix

2015-10-04 Thread rlamy
Author: Ronan Lamy Branch: issue-2148 Changeset: r79982:8f8f4e669441 Date: 2015-10-04 22:44 +0100 http://bitbucket.org/pypy/pypy/changeset/8f8f4e669441/ Log:fix diff --git a/pypy/module/micronumpy/ctors.py b/pypy/module/micronumpy/ctors.py ---

[pypy-commit] pypy issue-2148: Begin creating fast path for scalars in numpify()

2015-10-04 Thread rlamy
Author: Ronan Lamy Branch: issue-2148 Changeset: r79983:8ead82751615 Date: 2015-10-04 23:30 +0100 http://bitbucket.org/pypy/pypy/changeset/8ead82751615/ Log:Begin creating fast path for scalars in numpify() diff --git a/pypy/module/micronumpy/ctors.py

[pypy-commit] pypy issue-2148: fast path for scalars in numpify()

2015-10-04 Thread rlamy
Author: Ronan Lamy Branch: issue-2148 Changeset: r79984:8f424ea4ba98 Date: 2015-10-05 00:23 +0100 http://bitbucket.org/pypy/pypy/changeset/8f424ea4ba98/ Log:fast path for scalars in numpify() diff --git a/pypy/module/micronumpy/ctors.py