[pypy-commit] pypy shadowstack-perf-2: tweaks

2016-05-15 Thread arigo
Author: Armin Rigo Branch: shadowstack-perf-2 Changeset: r84471:d74cd4e9d558 Date: 2016-05-15 18:14 +0200 http://bitbucket.org/pypy/pypy/changeset/d74cd4e9d558/ Log:tweaks diff --git a/rpython/memory/gctransform/shadowcolor.py b/rpython/memory/gctransform/shadowcolor.py --- a/rpython/memory

[pypy-commit] pypy default: skip documenting branch

2016-05-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r84470:df47fbd167f0 Date: 2016-05-15 16:48 +0200 http://bitbucket.org/pypy/pypy/changeset/df47fbd167f0/ Log:skip documenting branch diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/what

[pypy-commit] pypy syntax_fix: fixed compilation error due to wrong varible name

2016-05-15 Thread Sergey Matyunin
Author: Sergey Matyunin Branch: syntax_fix Changeset: r84468:b49dacefd0c7 Date: 2016-05-15 10:01 +0200 http://bitbucket.org/pypy/pypy/changeset/b49dacefd0c7/ Log:fixed compilation error due to wrong varible name diff --git a/pypy/module/imp/importing.py b/pypy/module/imp/importing.py --- a/p

[pypy-commit] pypy default: Merged in sergem/pypy/syntax_fix (pull request #451)

2016-05-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r84469:ee18c48ffd93 Date: 2016-05-15 16:44 +0200 http://bitbucket.org/pypy/pypy/changeset/ee18c48ffd93/ Log:Merged in sergem/pypy/syntax_fix (pull request #451) fixed compilation error due to wrong varible name diff --git a/pypy/module/imp/impo

[pypy-commit] pypy shadowstack-perf-2: fixes

2016-05-15 Thread arigo
Author: Armin Rigo Branch: shadowstack-perf-2 Changeset: r84466:07b4c5e58501 Date: 2016-05-15 15:03 +0200 http://bitbucket.org/pypy/pypy/changeset/07b4c5e58501/ Log:fixes diff --git a/rpython/memory/gctransform/shadowcolor.py b/rpython/memory/gctransform/shadowcolor.py --- a/rpython/memory/

[pypy-commit] pypy shadowstack-perf-2: Write the C backend code for the new shadowstack operations.

2016-05-15 Thread arigo
Author: Armin Rigo Branch: shadowstack-perf-2 Changeset: r84467:756c71cb1008 Date: 2016-05-15 16:30 +0200 http://bitbucket.org/pypy/pypy/changeset/756c71cb1008/ Log:Write the C backend code for the new shadowstack operations. diff --git a/rpython/memory/gctransform/shadowcolor.py b/rpython/

[pypy-commit] pypy py3k: Fix test_inspect.

2016-05-15 Thread marky1991
Author: Mark Young Branch: py3k Changeset: r84462:d9251d36a77d Date: 2016-05-14 01:47 -0400 http://bitbucket.org/pypy/pypy/changeset/d9251d36a77d/ Log:Fix test_inspect. diff --git a/lib-python/3/inspect.py b/lib-python/3/inspect.py --- a/lib-python/3/inspect.py +++ b/lib-python/3/inspect.py

[pypy-commit] pypy py3k: Review changes.

2016-05-15 Thread marky1991
Author: Mark Young Branch: py3k Changeset: r84465:9326980087ef Date: 2016-05-14 23:27 -0400 http://bitbucket.org/pypy/pypy/changeset/9326980087ef/ Log:Review changes. diff --git a/lib-python/3/inspect.py b/lib-python/3/inspect.py --- a/lib-python/3/inspect.py +++ b/lib-python/3/inspect.py @@

[pypy-commit] pypy py3k: Merge from upstream.

2016-05-15 Thread marky1991
Author: Mark Young Branch: py3k Changeset: r84464:71dbedca9ddf Date: 2016-05-14 23:16 -0400 http://bitbucket.org/pypy/pypy/changeset/71dbedca9ddf/ Log:Merge from upstream. diff too long, truncating to 2000 out of 8017 lines diff --git a/dotviewer/graphserver.py b/dotviewer/graphserver.py --

[pypy-commit] pypy py3k: Respond to feedback. Matches cpython's intent more closely.

2016-05-15 Thread marky1991
Author: Mark Young Branch: py3k Changeset: r84463:7808db43d429 Date: 2016-05-14 23:09 -0400 http://bitbucket.org/pypy/pypy/changeset/7808db43d429/ Log:Respond to feedback. Matches cpython's intent more closely. diff --git a/lib-python/3/inspect.py b/lib-python/3/inspect.py --- a/lib-python/3

[pypy-commit] pypy shadowstack-perf-2: tweak tweak tweaks

2016-05-15 Thread arigo
Author: Armin Rigo Branch: shadowstack-perf-2 Changeset: r84459:f8806bff7bf5 Date: 2016-05-15 13:55 +0200 http://bitbucket.org/pypy/pypy/changeset/f8806bff7bf5/ Log:tweak tweak tweaks diff --git a/rpython/memory/gctransform/shadowcolor.py b/rpython/memory/gctransform/shadowcolor.py --- a/rp

[pypy-commit] pypy shadowstack-perf-2: More tests

2016-05-15 Thread arigo
Author: Armin Rigo Branch: shadowstack-perf-2 Changeset: r84458:1e781611bfbb Date: 2016-05-15 13:19 +0200 http://bitbucket.org/pypy/pypy/changeset/1e781611bfbb/ Log:More tests diff --git a/rpython/memory/gctransform/test/test_shadowcolor.py b/rpython/memory/gctransform/test/test_shadowcolor

[pypy-commit] pypy shadowstack-perf-2: more tweaks

2016-05-15 Thread arigo
Author: Armin Rigo Branch: shadowstack-perf-2 Changeset: r84457:aba452a95c61 Date: 2016-05-15 13:14 +0200 http://bitbucket.org/pypy/pypy/changeset/aba452a95c61/ Log:more tweaks diff --git a/rpython/memory/gctransform/shadowcolor.py b/rpython/memory/gctransform/shadowcolor.py --- a/rpython/m

[pypy-commit] pypy shadowstack-perf-2: Renames, step 2

2016-05-15 Thread arigo
Author: Armin Rigo Branch: shadowstack-perf-2 Changeset: r84456:cc83118e5d56 Date: 2016-05-15 12:41 +0200 http://bitbucket.org/pypy/pypy/changeset/cc83118e5d56/ Log:Renames, step 2 diff --git a/rpython/memory/gctransform/shadowcolor.py b/rpython/memory/gctransform/shadowcolor.py --- a/rpyth

[pypy-commit] pypy shadowstack-perf-2: Renames, step 1

2016-05-15 Thread arigo
Author: Armin Rigo Branch: shadowstack-perf-2 Changeset: r84455:894d178d99d7 Date: 2016-05-15 12:26 +0200 http://bitbucket.org/pypy/pypy/changeset/894d178d99d7/ Log:Renames, step 1 diff --git a/rpython/memory/gctransform/shadowcolor.py b/rpython/memory/gctransform/shadowcolor.py --- a/rpyth

[pypy-commit] pypy shadowstack-perf-2: Drop in-block sequences of gc_pop_roots/gc_save_root

2016-05-15 Thread arigo
Author: Armin Rigo Branch: shadowstack-perf-2 Changeset: r84454:73acdd2e2ad0 Date: 2016-05-15 12:11 +0200 http://bitbucket.org/pypy/pypy/changeset/73acdd2e2ad0/ Log:Drop in-block sequences of gc_pop_roots/gc_save_root diff --git a/rpython/memory/gctransform/shadowcolor.py b/rpython/memory/g

[pypy-commit] pypy shadowstack-perf-2: fixes fixes fixes

2016-05-15 Thread arigo
Author: Armin Rigo Branch: shadowstack-perf-2 Changeset: r84453:6ef16f41cbe6 Date: 2016-05-15 12:03 +0200 http://bitbucket.org/pypy/pypy/changeset/6ef16f41cbe6/ Log:fixes fixes fixes diff --git a/rpython/memory/gctransform/shadowcolor.py b/rpython/memory/gctransform/shadowcolor.py --- a/rpy

[pypy-commit] pypy shadowstack-perf-2: Design and implement some algorithm

2016-05-15 Thread arigo
Author: Armin Rigo Branch: shadowstack-perf-2 Changeset: r84452:12b0194d5fd3 Date: 2016-05-15 11:08 +0200 http://bitbucket.org/pypy/pypy/changeset/12b0194d5fd3/ Log:Design and implement some algorithm diff --git a/rpython/memory/gctransform/shadowcolor.py b/rpython/memory/gctransform/shadow

[pypy-commit] pypy shadowstack-perf-2: First try, but will be reverted

2016-05-15 Thread arigo
Author: Armin Rigo Branch: shadowstack-perf-2 Changeset: r84451:bdb3806540e3 Date: 2016-05-15 09:51 +0200 http://bitbucket.org/pypy/pypy/changeset/bdb3806540e3/ Log:First try, but will be reverted diff --git a/rpython/memory/gctransform/shadowcolor.py b/rpython/memory/gctransform/shadowcolo

[pypy-commit] pypy default: Document

2016-05-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r84450:cb19c4811029 Date: 2016-05-15 09:48 +0200 http://bitbucket.org/pypy/pypy/changeset/cb19c4811029/ Log:Document 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 cpyext-macros-cast: ready to merge

2016-05-15 Thread arigo
Author: Armin Rigo Branch: cpyext-macros-cast Changeset: r84448:133a6cb71e34 Date: 2016-05-15 09:44 +0200 http://bitbucket.org/pypy/pypy/changeset/133a6cb71e34/ Log:ready to merge ___ pypy-commit mailing list pypy-commit@python.org https://mail.pyt

[pypy-commit] pypy default: hg merge cpyext-macros-cast

2016-05-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r84449:72976348ad2e Date: 2016-05-15 09:47 +0200 http://bitbucket.org/pypy/pypy/changeset/72976348ad2e/ Log:hg merge cpyext-macros-cast (devin.jeanpierre, PR #445) CPython defines many macros like so: #define PyWhatever_FOO(x)

[pypy-commit] pypy cpyext-macros-cast: Fixes: consistently have non-wrapped VOIDP arguments be of

2016-05-15 Thread arigo
Author: Armin Rigo Branch: cpyext-macros-cast Changeset: r84447:d20a946f71c8 Date: 2016-05-15 09:32 +0200 http://bitbucket.org/pypy/pypy/changeset/d20a946f71c8/ Log:Fixes: consistently have non-wrapped VOIDP arguments be of type VOIDP, also in callers diff --git a/pypy/module/cpyext/