[pypy-commit] pypy portable-threadlocal: in-progress: ARM support

2014-11-23 Thread arigo
Author: Armin Rigo Branch: portable-threadlocal Changeset: r74653:c97dcdd74131 Date: 2014-11-23 16:26 +0100 http://bitbucket.org/pypy/pypy/changeset/c97dcdd74131/ Log:in-progress: ARM support diff --git a/rpython/jit/backend/arm/assembler.py b/rpython/jit/backend/arm/assembler.py --- a/rpyt

[pypy-commit] pypy portable-threadlocal: in-progress

2014-11-22 Thread arigo
Author: Armin Rigo Branch: portable-threadlocal Changeset: r74639:2d35c55a318d Date: 2014-11-22 20:22 +0100 http://bitbucket.org/pypy/pypy/changeset/2d35c55a318d/ Log:in-progress diff --git a/rpython/memory/gctransform/framework.py b/rpython/memory/gctransform/framework.py --- a/rpython/mem

[pypy-commit] pypy portable-threadlocal: in-progress: refactor the threadlocal through the translation toolchain

2014-11-22 Thread arigo
Author: Armin Rigo Branch: portable-threadlocal Changeset: r74632:40454c851fe5 Date: 2014-11-22 18:31 +0100 http://bitbucket.org/pypy/pypy/changeset/40454c851fe5/ Log:in-progress: refactor the threadlocal through the translation toolchain diff --git a/rpython/annotator/bookkeeper.py