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

2016-07-25 Thread plan_rich
Author: Richard Plangger Branch: new-jit-log Changeset: r85849:8923ef06cabd Date: 2016-07-25 11:02 +0200 http://bitbucket.org/pypy/pypy/changeset/8923ef06cabd/ Log:merged default diff --git a/rpython/translator/c/src/entrypoint.c b/rpython/translator/c/src/entrypoint.c --- a/rpython/transla

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

2016-07-25 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r85850:1a36f95ed5d8 Date: 2016-07-25 11:03 +0200 http://bitbucket.org/pypy/pypy/changeset/1a36f95ed5d8/ Log:merge new-jit-log diff too long, truncating to 2000 out of 2221 lines diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py -

[pypy-commit] pypy default: document branch new-jit-log

2016-07-25 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r85851:c24a95335e2c Date: 2016-07-25 11:07 +0200 http://bitbucket.org/pypy/pypy/changeset/c24a95335e2c/ Log:document branch new-jit-log diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pyp

[pypy-commit] pypy new-jit-log: close branch

2016-07-25 Thread plan_rich
Author: Richard Plangger Branch: new-jit-log Changeset: r85852:c327a2fa5f02 Date: 2016-07-25 11:10 +0200 http://bitbucket.org/pypy/pypy/changeset/c327a2fa5f02/ Log:close branch ___ pypy-commit mailing list [email protected] https://mail.python

[pypy-commit] pypy default: provide faildescr to start_new_trace instead of addr to resumekey,

2016-07-25 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r85853:12db98eab76c Date: 2016-07-25 13:24 +0200 http://bitbucket.org/pypy/pypy/changeset/12db98eab76c/ Log:provide faildescr to start_new_trace instead of addr to resumekey, arm backend add missing import diff --git a/rpython/jit/backend/

[pypy-commit] pypy default: resumekey.guard_op is not a proper field, skip this for now

2016-07-25 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r85854:a138005e21f6 Date: 2016-07-25 14:33 +0200 http://bitbucket.org/pypy/pypy/changeset/a138005e21f6/ Log:resumekey.guard_op is not a proper field, skip this for now diff --git a/rpython/jit/metainterp/compile.py b/rpython/jit/metainterp/compil

[pypy-commit] pypy default: add passing tests, searching why np.ndarray(np.int64()) fails on win32

2016-07-25 Thread mattip
Author: mattip Branch: Changeset: r85855:419c923b6e54 Date: 2016-07-25 17:00 -0500 http://bitbucket.org/pypy/pypy/changeset/419c923b6e54/ Log:add passing tests, searching why np.ndarray(np.int64()) fails on win32 diff --git a/pypy/module/cpyext/test/test_number.py b/pypy/module/cpy

[pypy-commit] pypy default: fixes for win32

2016-07-25 Thread mattip
Author: mattip Branch: Changeset: r85856:a54d7c1ea318 Date: 2016-07-25 17:57 -0500 http://bitbucket.org/pypy/pypy/changeset/a54d7c1ea318/ Log:fixes for win32 diff --git a/rpython/rlib/rjitlog/src/rjitlog.c b/rpython/rlib/rjitlog/src/rjitlog.c --- a/rpython/rlib/rjitlog/src/rjitlog.c +++ b/

[pypy-commit] pypy default: undo trace_id increment & align to MARK_START_TRACE

2016-07-25 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r85858:ad3052f353ad Date: 2016-07-25 17:40 +0200 http://bitbucket.org/pypy/pypy/changeset/ad3052f353ad/ Log:undo trace_id increment & align to MARK_START_TRACE diff --git a/rpython/rlib/rjitlog/rjitlog.py b/rpython/rlib/rjitlog/rjitlog.py --- a/rp

[pypy-commit] pypy default: that should do, only catched the issue in trace_abort, not write trace

2016-07-25 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r85859:cf8cdcde2343 Date: 2016-07-25 17:44 +0200 http://bitbucket.org/pypy/pypy/changeset/cf8cdcde2343/ Log:that should do, only catched the issue in trace_abort, not write trace diff --git a/rpython/rlib/rjitlog/rjitlog.py b/rpython/rlib/

[pypy-commit] pypy default: (mattip, plan_rich) fix test_debug_merge_point, it used encode_addr instead of encode_64bit value (failed on 32bit)

2016-07-25 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r85857:f051867d04fa Date: 2016-07-25 17:37 +0200 http://bitbucket.org/pypy/pypy/changeset/f051867d04fa/ Log:(mattip, plan_rich) fix test_debug_merge_point, it used encode_addr instead of encode_64bit value (failed on 32bit) diff --git a/rp

[pypy-commit] pypy jitlog-32bit: include information in the log if a 32bit machine wrote the log

2016-07-25 Thread plan_rich
Author: Richard Plangger Branch: jitlog-32bit Changeset: r85860:793961128c70 Date: 2016-07-25 17:49 +0200 http://bitbucket.org/pypy/pypy/changeset/793961128c70/ Log:include information in the log if a 32bit machine wrote the log diff --git a/rpython/rlib/rjitlog/rjitlog.py b/rpython/rlib/rji

[pypy-commit] pypy jitlog-32bit: initialize trace_id with 0 instead of -1

2016-07-25 Thread plan_rich
Author: Richard Plangger Branch: jitlog-32bit Changeset: r85861:7087aa60a936 Date: 2016-07-25 17:59 +0200 http://bitbucket.org/pypy/pypy/changeset/7087aa60a936/ Log:initialize trace_id with 0 instead of -1 diff --git a/rpython/rlib/rjitlog/rjitlog.py b/rpython/rlib/rjitlog/rjitlog.py --- a/r

[pypy-commit] pypy default: merge jitlog-32bit and document branch

2016-07-25 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r85862:fac5eed8e650 Date: 2016-07-25 18:05 +0200 http://bitbucket.org/pypy/pypy/changeset/fac5eed8e650/ Log:merge jitlog-32bit and document branch diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rs

[pypy-commit] pypy default: do not close file twice (win32 crashes), fd.__del__ calls fd.close() so use that only

2016-07-25 Thread mattip
Author: mattip Branch: Changeset: r85863:8dc011a7b876 Date: 2016-07-25 19:58 -0500 http://bitbucket.org/pypy/pypy/changeset/8dc011a7b876/ Log:do not close file twice (win32 crashes), fd.__del__ calls fd.close() so use that only diff --git a/rpython/rlib/rjitlog/test/test_jitlog.py

[pypy-commit] pypy jitlog-32bit: do not subroutine call encode_le_32bit, but inline it directly into encode_str

2016-07-25 Thread plan_rich
Author: Richard Plangger Branch: jitlog-32bit Changeset: r85864:ecef6ae71893 Date: 2016-07-25 21:10 +0200 http://bitbucket.org/pypy/pypy/changeset/ecef6ae71893/ Log:do not subroutine call encode_le_32bit, but inline it directly into encode_str diff --git a/rpython/rlib/rjitlog/rjitlo

[pypy-commit] pypy default: put 32bit indication just after the version

2016-07-25 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r85865:1668dc360f19 Date: 2016-07-25 18:14 +0200 http://bitbucket.org/pypy/pypy/changeset/1668dc360f19/ Log:put 32bit indication just after the version diff --git a/rpython/rlib/rjitlog/rjitlog.py b/rpython/rlib/rjitlog/rjitlog.py --- a/rpython/rl

[pypy-commit] pypy default: merge jitlog-32bit

2016-07-25 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r85867:2b292dbd9644 Date: 2016-07-25 22:05 +0200 http://bitbucket.org/pypy/pypy/changeset/2b292dbd9644/ Log:merge jitlog-32bit diff --git a/rpython/rlib/rjitlog/rjitlog.py b/rpython/rlib/rjitlog/rjitlog.py --- a/rpython/rlib/rjitlog/rjitlog.py +++

[pypy-commit] pypy py3.5-async: Only check flags if iterable object is a coroutine, split getawaitable for generator and coroutine

2016-07-25 Thread raffael_t
Author: Raffael Tfirst Branch: py3.5-async Changeset: r85866:088b0533e388 Date: 2016-07-25 21:45 +0200 http://bitbucket.org/pypy/pypy/changeset/088b0533e388/ Log:Only check flags if iterable object is a coroutine, split getawaitable for generator and coroutine diff --git a/pypy/inter