[pypy-commit] pypy stmgc-c7: in-progress

2015-03-24 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r76548:367f2524c4f1 Date: 2015-03-24 18:48 +0100 http://bitbucket.org/pypy/pypy/changeset/367f2524c4f1/ Log:in-progress diff --git a/rpython/jit/backend/llsupport/test/zrpy_gc_test.py b/rpython/jit/backend/llsupport/test/zrpy_gc_test.py --- a/r

[pypy-commit] pypy stmgc-c7: In-progress: don't store the stm_location in the gcmap. It's nice to avoid

2015-01-30 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r75598:3b8f6c3b4fb3 Date: 2015-01-31 02:30 +0100 http://bitbucket.org/pypy/pypy/changeset/3b8f6c3b4fb3/ Log:In-progress: don't store the stm_location in the gcmap. It's nice to avoid more run-time writes of constants, but the logic to fet

[pypy-commit] pypy stmgc-c7: in-progress: prepare for merging improve-gc-tracing-hooks

2014-11-11 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r74449:03d55ba443a0 Date: 2014-11-11 18:02 +0100 http://bitbucket.org/pypy/pypy/changeset/03d55ba443a0/ Log:in-progress: prepare for merging improve-gc-tracing-hooks diff --git a/rpython/memory/gctransform/stmframework.py b/rpython/memory/gctra

[pypy-commit] pypy stmgc-c7: in-progress

2014-06-30 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r72294:a006a6263e15 Date: 2014-06-30 18:41 +0200 http://bitbucket.org/pypy/pypy/changeset/a006a6263e15/ Log:in-progress diff --git a/rpython/jit/backend/llsupport/gc.py b/rpython/jit/backend/llsupport/gc.py --- a/rpython/jit/backend/llsupport/g

[pypy-commit] pypy stmgc-c7: in-progress

2014-06-30 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r72283:ee9beb2782fe Date: 2014-06-30 13:04 +0200 http://bitbucket.org/pypy/pypy/changeset/ee9beb2782fe/ Log:in-progress diff --git a/rpython/memory/gc/stmgc.py b/rpython/memory/gc/stmgc.py --- a/rpython/memory/gc/stmgc.py +++ b/rpython/memory/gc

[pypy-commit] pypy stmgc-c7: in-progress

2014-04-21 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r70826:389b28ee75ee Date: 2014-04-21 19:45 +0200 http://bitbucket.org/pypy/pypy/changeset/389b28ee75ee/ Log:in-progress diff --git a/rpython/jit/backend/llsupport/gcmap.py b/rpython/jit/backend/llsupport/gcmap.py --- a/rpython/jit/backend/llsup

[pypy-commit] pypy stmgc-c7: in-progress

2014-04-19 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r70768:a76fc199431f Date: 2014-04-19 13:48 +0200 http://bitbucket.org/pypy/pypy/changeset/a76fc199431f/ Log:in-progress diff --git a/pypy/interpreter/pyopcode.py b/pypy/interpreter/pyopcode.py --- a/pypy/interpreter/pyopcode.py +++ b/pypy/interp

[pypy-commit] pypy stmgc-c7: in-progress

2014-03-24 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r70239:218296eca9e2 Date: 2014-03-24 10:44 +0100 http://bitbucket.org/pypy/pypy/changeset/218296eca9e2/ Log:in-progress diff --git a/rpython/jit/backend/llsupport/regalloc.py b/rpython/jit/backend/llsupport/regalloc.py --- a/rpython/jit/backend

[pypy-commit] pypy stmgc-c7: in-progress

2014-03-23 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r70219:98b2f4f06e5e Date: 2014-03-23 18:38 +0100 http://bitbucket.org/pypy/pypy/changeset/98b2f4f06e5e/ Log:in-progress diff --git a/rpython/jit/backend/x86/arch.py b/rpython/jit/backend/x86/arch.py --- a/rpython/jit/backend/x86/arch.py +++ b/rp

[pypy-commit] pypy stmgc-c7: In-progress: add the %fs or %gs segment prefix in the core of

2014-03-23 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r70196:0a1abc01bb9f Date: 2014-03-23 13:42 +0100 http://bitbucket.org/pypy/pypy/changeset/0a1abc01bb9f/ Log:In-progress: add the %fs or %gs segment prefix in the core of the assembler production. We'll have to fix all places that use memo

[pypy-commit] pypy stmgc-c7: in-progress: temporarily disable some stm helpers

2014-03-23 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r70191:2b3d2341edde Date: 2014-03-23 11:55 +0100 http://bitbucket.org/pypy/pypy/changeset/2b3d2341edde/ Log:in-progress: temporarily disable some stm helpers diff --git a/rpython/jit/backend/x86/assembler.py b/rpython/jit/backend/x86/assembler.

[pypy-commit] pypy stmgc-c7: in-progress

2014-03-22 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r70168:c851d6840147 Date: 2014-03-22 17:15 +0100 http://bitbucket.org/pypy/pypy/changeset/c851d6840147/ Log:in-progress diff --git a/rpython/jit/backend/llsupport/gc.py b/rpython/jit/backend/llsupport/gc.py --- a/rpython/jit/backend/llsupport/g

[pypy-commit] pypy stmgc-c7: in-progress

2014-03-22 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r70167:813983a8da84 Date: 2014-03-22 16:11 +0100 http://bitbucket.org/pypy/pypy/changeset/813983a8da84/ Log:in-progress diff --git a/rpython/jit/backend/llsupport/assembler.py b/rpython/jit/backend/llsupport/assembler.py --- a/rpython/jit/backe

[pypy-commit] pypy stmgc-c7: in-progress

2014-03-22 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r70158:005b73ce47d4 Date: 2014-03-22 11:20 +0100 http://bitbucket.org/pypy/pypy/changeset/005b73ce47d4/ Log:in-progress diff --git a/rpython/jit/backend/llsupport/gc.py b/rpython/jit/backend/llsupport/gc.py --- a/rpython/jit/backend/llsupport/g

[pypy-commit] pypy stmgc-c7: in-progress

2014-03-20 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r70122:a82acece79d2 Date: 2014-03-20 17:08 +0100 http://bitbucket.org/pypy/pypy/changeset/a82acece79d2/ Log:in-progress diff --git a/rpython/jit/backend/x86/assembler.py b/rpython/jit/backend/x86/assembler.py --- a/rpython/jit/backend/x86/assem

[pypy-commit] pypy stmgc-c7: in-progress

2014-03-20 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r70118:19982e263d93 Date: 2014-03-20 16:22 +0100 http://bitbucket.org/pypy/pypy/changeset/19982e263d93/ Log:in-progress diff --git a/rpython/jit/backend/x86/stmtlocal.py b/rpython/jit/backend/x86/stmtlocal.py --- a/rpython/jit/backend/x86/stmtl

[pypy-commit] pypy stmgc-c7: in-progress

2014-03-08 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r69802:af15056321f7 Date: 2014-03-08 13:20 +0100 http://bitbucket.org/pypy/pypy/changeset/af15056321f7/ Log:in-progress diff --git a/rpython/translator/c/src/debug_print.c b/rpython/translator/c/src/debug_print.c --- a/rpython/translator/c/src/

[pypy-commit] pypy stmgc-c7: in-progress

2014-03-08 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r69799:8270fc367b9d Date: 2014-03-08 12:45 +0100 http://bitbucket.org/pypy/pypy/changeset/8270fc367b9d/ Log:in-progress diff --git a/rpython/memory/gctransform/framework.py b/rpython/memory/gctransform/framework.py --- a/rpython/memory/gctransf

[pypy-commit] pypy stmgc-c7: in-progress

2014-03-08 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r69795:73a1beb10939 Date: 2014-03-08 10:42 +0100 http://bitbucket.org/pypy/pypy/changeset/73a1beb10939/ Log:in-progress diff --git a/rpython/memory/gc/stmgc.py b/rpython/memory/gc/stmgc.py --- a/rpython/memory/gc/stmgc.py +++ b/rpython/memory/gc

[pypy-commit] pypy stmgc-c7: in-progress

2014-03-08 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r69796:b1e070ba9ae9 Date: 2014-03-08 12:01 +0100 http://bitbucket.org/pypy/pypy/changeset/b1e070ba9ae9/ Log:in-progress diff --git a/rpython/memory/gc/stmgc.py b/rpython/memory/gc/stmgc.py --- a/rpython/memory/gc/stmgc.py +++ b/rpython/memory/gc