[pypy-commit] stmgc default: Backed out changeset 756a54dd920b: does not work

2015-02-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r1621:e464ca5eca63 Date: 2015-02-13 19:07 +0100 http://bitbucket.org/pypy/stmgc/changeset/e464ca5eca63/ Log:Backed out changeset 756a54dd920b: does not work diff --git a/c7/stm/core.c b/c7/stm/core.c --- a/c7/stm/core.c +++ b/c7/stm/core.c @@ -330,11 +3

[pypy-commit] pypy stmgc-c7: Backed out changeset 4d74bdc4535a

2015-02-13 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r75862:57c5136e7894 Date: 2015-02-13 19:07 +0100 http://bitbucket.org/pypy/pypy/changeset/57c5136e7894/ Log:Backed out changeset 4d74bdc4535a diff --git a/rpython/jit/metainterp/compile.py b/rpython/jit/metainterp/compile.py --- a/rpython/jit/m

[pypy-commit] pypy stmgc-c7: Use stm_commit_and_start_inevitable() after starting a globally unique

2015-02-13 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r75861:4d74bdc4535a Date: 2015-02-13 18:43 +0100 http://bitbucket.org/pypy/pypy/changeset/4d74bdc4535a/ Log:Use stm_commit_and_start_inevitable() after starting a globally unique transaction. diff --git a/rpython/jit/metainterp/compile.p

[pypy-commit] pypy stmgc-c7: Add comment. (Unsure we'll use it, actually.)

2015-02-13 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r75860:ce4db3f0606e Date: 2015-02-13 17:20 +0100 http://bitbucket.org/pypy/pypy/changeset/ce4db3f0606e/ Log:Add comment. (Unsure we'll use it, actually.) diff --git a/rpython/rlib/rstm.py b/rpython/rlib/rstm.py --- a/rpython/rlib/rstm.py +++ b/r

[pypy-commit] stmgc default: Found out how to cancel a become_globally_unique_transaction() while

2015-02-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r1620:756a54dd920b Date: 2015-02-13 18:40 +0100 http://bitbucket.org/pypy/stmgc/changeset/756a54dd920b/ Log:Found out how to cancel a become_globally_unique_transaction() while still keeping the current transaction inevitable --- by making it

[pypy-commit] extradoc extradoc: Added myself to sprintinfo (21-23).

2015-02-13 Thread Alexander Schremmer
Author: Alexander Schremmer Branch: extradoc Changeset: r5504:0d55ce307244 Date: 2015-02-13 18:36 +0100 http://bitbucket.org/pypy/extradoc/changeset/0d55ce307244/ Log:Added myself to sprintinfo (21-23). diff --git a/sprintinfo/leysin-winter-2015/people.txt b/sprintinfo/leysin-winter-2015/pe

[pypy-commit] pypy default: Rename more class attributes to follow ctypes convention for _private_ names.

2015-02-13 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: Changeset: r75859:7d23e48e92d6 Date: 2015-02-13 16:49 +0100 http://bitbucket.org/pypy/pypy/changeset/7d23e48e92d6/ Log:Rename more class attributes to follow ctypes convention for _private_ names. diff --git a/lib_pypy/_ctypes/array.py b/lib_pypy

[pypy-commit] pypy default: Issue #1982 Avoid name clash and rename cls._names to cls._names_

2015-02-13 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: Changeset: r75858:2a0f777f5f5b Date: 2015-02-13 09:42 +0100 http://bitbucket.org/pypy/pypy/changeset/2a0f777f5f5b/ Log:Issue #1982 Avoid name clash and rename cls._names to cls._names_ diff --git a/lib_pypy/_ctypes/structure.py b/lib_pypy/_ctypes/structu

[pypy-commit] pypy stmgc-c7: Add rstm.allocate_preexisting()

2015-02-13 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r75857:79ec4673db42 Date: 2015-02-13 16:39 +0100 http://bitbucket.org/pypy/pypy/changeset/79ec4673db42/ Log:Add rstm.allocate_preexisting() diff --git a/rpython/rlib/rstm.py b/rpython/rlib/rstm.py --- a/rpython/rlib/rstm.py +++ b/rpython/rlib/rs

[pypy-commit] pypy stmgc-c7: import stmgc/19bb1dde7aca

2015-02-13 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r75856:3a99d6cba477 Date: 2015-02-13 16:38 +0100 http://bitbucket.org/pypy/pypy/changeset/3a99d6cba477/ Log:import stmgc/19bb1dde7aca diff --git a/rpython/translator/stm/src_stm/revision b/rpython/translator/stm/src_stm/revision --- a/rpython/t

[pypy-commit] stmgc default: tweak

2015-02-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r1619:19bb1dde7aca Date: 2015-02-13 16:38 +0100 http://bitbucket.org/pypy/stmgc/changeset/19bb1dde7aca/ Log:tweak diff --git a/c7/stm/gcpage.c b/c7/stm/gcpage.c --- a/c7/stm/gcpage.c +++ b/c7/stm/gcpage.c @@ -128,10 +128,8 @@ } object_t *stm_allocat

[pypy-commit] stmgc default: Test for 6d9efeaf307b

2015-02-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r1618:e5d94f869b43 Date: 2015-02-13 16:18 +0100 http://bitbucket.org/pypy/stmgc/changeset/e5d94f869b43/ Log:Test for 6d9efeaf307b diff --git a/c7/test/support.py b/c7/test/support.py --- a/c7/test/support.py +++ b/c7/test/support.py @@ -184,6 +184,8 @@

[pypy-commit] stmgc default: Officialize the hack done by hashtable.c to invent "pre-existing"

2015-02-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r1617:6d9efeaf307b Date: 2015-02-13 16:06 +0100 http://bitbucket.org/pypy/stmgc/changeset/6d9efeaf307b/ Log:Officialize the hack done by hashtable.c to invent "pre-existing" objects. diff --git a/c7/stm/gcpage.c b/c7/stm/gcpage.c --- a/c7/stm/gc

[pypy-commit] pypy framestate: follow links from SETUP_ instrs to their targets in graph.iterblocks()

2015-02-13 Thread rlamy
Author: Ronan Lamy Branch: framestate Changeset: r75855:452634b78aa1 Date: 2015-02-13 13:33 + http://bitbucket.org/pypy/pypy/changeset/452634b78aa1/ Log:follow links from SETUP_ instrs to their targets in graph.iterblocks() diff --git a/rpython/flowspace/bytecode.py b/rpython/flo

[pypy-commit] pypy framestate: Add failing test for the case where 'break' is hidden away inside a handler

2015-02-13 Thread rlamy
Author: Ronan Lamy Branch: framestate Changeset: r75854:7f1ca2ab5456 Date: 2015-02-13 12:51 + http://bitbucket.org/pypy/pypy/changeset/7f1ca2ab5456/ Log:Add failing test for the case where 'break' is hidden away inside a handler diff --git a/rpython/flowspace/test/test_objspace.p

[pypy-commit] pypy framestate: kill dead method

2015-02-13 Thread rlamy
Author: Ronan Lamy Branch: framestate Changeset: r75853:ede92a81f6be Date: 2015-02-13 09:40 + http://bitbucket.org/pypy/pypy/changeset/ede92a81f6be/ Log:kill dead method diff --git a/rpython/flowspace/flowcontext.py b/rpython/flowspace/flowcontext.py --- a/rpython/flowspace/flowcontext.p

[pypy-commit] pypy framestate: Remove all CONTINUE_LOOP/BREAK_LOOP instrs before FlowContext.build_flow() phase

2015-02-13 Thread rlamy
Author: Ronan Lamy Branch: framestate Changeset: r75852:26a661c1f513 Date: 2015-02-13 06:44 + http://bitbucket.org/pypy/pypy/changeset/26a661c1f513/ Log:Remove all CONTINUE_LOOP/BREAK_LOOP instrs before FlowContext.build_flow() phase diff --git a/rpython/flowspace/bytecode.py b/r

[pypy-commit] pypy default: Redo parts of the very old swap-of-arguments optimization that was

2015-02-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r75851:8bc24ee62997 Date: 2015-02-13 13:48 +0100 http://bitbucket.org/pypy/pypy/changeset/8bc24ee62997/ Log:Redo parts of the very old swap-of-arguments optimization that was disabled in the x86 backend. diff --git a/rpython/jit/backend/x86/asse

[pypy-commit] pypy default: fix test

2015-02-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r75850:3e2087f324da Date: 2015-02-13 12:13 +0100 http://bitbucket.org/pypy/pypy/changeset/3e2087f324da/ Log:fix test diff --git a/pypy/module/test_lib_pypy/ctypes_tests/test_structures.py b/pypy/module/test_lib_pypy/ctypes_tests/test_structures.py ---

[pypy-commit] pypy default: issue #1982

2015-02-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r75849:55c0915afc7a Date: 2015-02-13 11:17 +0100 http://bitbucket.org/pypy/pypy/changeset/55c0915afc7a/ Log:issue #1982 quick fix: rename _names to _pyctypes__names. diff --git a/lib_pypy/_ctypes/structure.py b/lib_pypy/_ctypes/structure.py ---

[pypy-commit] pypy default: Replace explicit xfails with skips in the hope that these are more

2015-02-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r75848:aec97d922bdb Date: 2015-02-13 10:54 +0100 http://bitbucket.org/pypy/pypy/changeset/aec97d922bdb/ Log:Replace explicit xfails with skips in the hope that these are more supported by our automated test runner infrastructure. diff --git a/py

[pypy-commit] cffi default: Copy from pypy/6e64507f2a09

2015-02-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r1649:7a9bab1c538a Date: 2015-02-13 10:44 +0100 http://bitbucket.org/cffi/cffi/changeset/7a9bab1c538a/ Log:Copy from pypy/6e64507f2a09 diff --git a/cffi/api.py b/cffi/api.py --- a/cffi/api.py +++ b/cffi/api.py @@ -55,7 +55,8 @@ # _cffi_back

[pypy-commit] pypy default: pypy/tool/import_cffi.py

2015-02-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r75847:2b94f0f584a7 Date: 2015-02-13 10:45 +0100 http://bitbucket.org/pypy/pypy/changeset/2b94f0f584a7/ Log:pypy/tool/import_cffi.py diff --git a/lib_pypy/cffi/__init__.py b/lib_pypy/cffi/__init__.py --- a/lib_pypy/cffi/__init__.py +++ b/lib_pypy/cffi/_

[pypy-commit] extradoc extradoc: whoops

2015-02-13 Thread mattip
Author: mattip Branch: extradoc Changeset: r5503:d9711dd77b27 Date: 2015-02-13 10:11 +0200 http://bitbucket.org/pypy/extradoc/changeset/d9711dd77b27/ Log:whoops diff --git a/sprintinfo/leysin-winter-2015/people.txt b/sprintinfo/leysin-winter-2015/people.txt --- a/sprintinfo/leysin-winter-20

[pypy-commit] pypy.org extradoc: update the values

2015-02-13 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r570:4879ebb61466 Date: 2015-02-13 09:05 +0100 http://bitbucket.org/pypy/pypy.org/changeset/4879ebb61466/ Log:update the values diff --git a/don4.html b/don4.html --- a/don4.html +++ b/don4.html @@ -9,7 +9,7 @@ $(function() { $("#progr