[pypy-commit] pypy default: Add comment

2016-05-10 Thread arigo
Author: Armin Rigo Branch: Changeset: r84355:005256ca5fa9 Date: 2016-05-10 23:29 +0200 http://bitbucket.org/pypy/pypy/changeset/005256ca5fa9/ Log:Add comment diff --git a/pypy/interpreter/executioncontext.py b/pypy/interpreter/executioncontext.py --- a/pypy/interpreter/executioncontext.py

[pypy-commit] pypy remove-raisingops: Temporarily(?) mask these two llops from the JIT

2016-05-10 Thread arigo
Author: Armin Rigo Branch: remove-raisingops Changeset: r84354:4419d4631487 Date: 2016-05-10 21:33 +0200 http://bitbucket.org/pypy/pypy/changeset/4419d4631487/ Log:Temporarily(?) mask these two llops from the JIT diff --git a/pypy/module/__pypy__/interp_intop.py b/pypy/module/__pypy__/inter

[pypy-commit] pypy remove-raisingops: Backend

2016-05-10 Thread arigo
Author: Armin Rigo Branch: remove-raisingops Changeset: r84353:d55201e3d06c Date: 2016-05-10 20:57 +0200 http://bitbucket.org/pypy/pypy/changeset/d55201e3d06c/ Log:Backend diff --git a/rpython/jit/backend/llsupport/test/test_regalloc_integration.py b/rpython/jit/backend/llsupport/test/test_

[pypy-commit] pypy remove-raisingops: Finish 1ad01ba1173b for the front-end

2016-05-10 Thread arigo
Author: Armin Rigo Branch: remove-raisingops Changeset: r84352:59ed937837d3 Date: 2016-05-10 19:54 +0200 http://bitbucket.org/pypy/pypy/changeset/59ed937837d3/ Log:Finish 1ad01ba1173b for the front-end diff --git a/rpython/jit/backend/x86/assembler.py b/rpython/jit/backend/x86/assembler.py

[pypy-commit] pypy remove-raisingops: Remove divisions and modulos from regular JIT operations, uses oopspec

2016-05-10 Thread arigo
Author: Armin Rigo Branch: remove-raisingops Changeset: r84351:1ad01ba1173b Date: 2016-05-10 18:31 +0200 http://bitbucket.org/pypy/pypy/changeset/1ad01ba1173b/ Log:Remove divisions and modulos from regular JIT operations, uses oopspec calls diff --git a/rpython/jit/codewriter/effecti

[pypy-commit] pypy new-jit-log: added new tag to store source code line in binary (done by vmprof/client)

2016-05-10 Thread plan_rich
Author: Richard Plangger Branch: new-jit-log Changeset: r84350:f8bf0d7c3949 Date: 2016-05-10 13:33 +0200 http://bitbucket.org/pypy/pypy/changeset/f8bf0d7c3949/ Log:added new tag to store source code line in binary (done by vmprof/client) diff --git a/rpython/rlib/jitlog.py b/rpython/

[pypy-commit] pypy default: fixed issue #2172. the test specified an invalid parameter for memory protection of the mmap call. powerpc rejects that parameter

2016-05-10 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r84349:aa75f1381bfa Date: 2016-05-10 11:51 +0200 http://bitbucket.org/pypy/pypy/changeset/aa75f1381bfa/ Log:fixed issue #2172. the test specified an invalid parameter for memory protection of the mmap call. powerpc rejects that parameter d

[pypy-commit] pypy new-jit-log: merged default

2016-05-10 Thread plan_rich
Author: Richard Plangger Branch: new-jit-log Changeset: r84348:cfecd970a924 Date: 2016-05-09 13:29 +0200 http://bitbucket.org/pypy/pypy/changeset/cfecd970a924/ Log:merged default diff too long, truncating to 2000 out of 2152 lines diff --git a/pypy/doc/discussion/finalizer-order.rst b/pypy

[pypy-commit] cffi default: Expand the error message

2016-05-10 Thread arigo
Author: Armin Rigo Branch: Changeset: r2696:324549d18676 Date: 2016-05-10 11:39 +0200 http://bitbucket.org/cffi/cffi/changeset/324549d18676/ Log:Expand the error message diff --git a/cffi/commontypes.py b/cffi/commontypes.py --- a/cffi/commontypes.py +++ b/cffi/commontypes.py @@ -35,8 +35,1

[pypy-commit] pypy default: Metaclass support: revert a change done in e6d78e83ee3c that would not

2016-05-10 Thread arigo
Author: Armin Rigo Branch: Changeset: r84347:415b6c689836 Date: 2016-05-10 11:19 +0200 http://bitbucket.org/pypy/pypy/changeset/415b6c689836/ Log:Metaclass support: revert a change done in e6d78e83ee3c that would not set is_cpytype() on cpyext subtypes of type. Unsure why it was

[pypy-commit] pypy default: Add a passing test

2016-05-10 Thread arigo
Author: Armin Rigo Branch: Changeset: r84346:927199115c54 Date: 2016-05-10 10:21 +0200 http://bitbucket.org/pypy/pypy/changeset/927199115c54/ Log:Add a passing test diff --git a/pypy/module/cpyext/test/test_typeobject.py b/pypy/module/cpyext/test/test_typeobject.py --- a/pypy/module/cpyext

[pypy-commit] pypy default: Use the correct type in micronumpy. Fix the types expected in ndarrayobject.

2016-05-10 Thread arigo
Author: Armin Rigo Branch: Changeset: r84345:10c47aaadaba Date: 2016-05-10 09:50 +0200 http://bitbucket.org/pypy/pypy/changeset/10c47aaadaba/ Log:Use the correct type in micronumpy. Fix the types expected in ndarrayobject. diff --git a/pypy/module/cpyext/ndarrayobject.py b/pypy/mod

[pypy-commit] pypy default: Fix for 392dd419f5d0

2016-05-10 Thread arigo
Author: Armin Rigo Branch: Changeset: r84344:4a98b6f0536f Date: 2016-05-10 09:33 +0200 http://bitbucket.org/pypy/pypy/changeset/4a98b6f0536f/ Log:Fix for 392dd419f5d0 diff --git a/pypy/module/micronumpy/ufuncs.py b/pypy/module/micronumpy/ufuncs.py --- a/pypy/module/micronumpy/ufuncs.py +++

[pypy-commit] pypy default: Re-add debug_rotate_nursery() in case we're running in PYPY_GC_DEBUG and

2016-05-10 Thread arigo
Author: Armin Rigo Branch: Changeset: r84343:226dcd726437 Date: 2016-05-10 09:24 +0200 http://bitbucket.org/pypy/pypy/changeset/226dcd726437/ Log:Re-add debug_rotate_nursery() in case we're running in PYPY_GC_DEBUG and don't have any pinned object. diff --git a/rpython/memory/gc/inc