[pypy-commit] pypy remove-globals-in-jit: Progress.

2012-11-15 Thread arigo
Author: Armin Rigo Branch: remove-globals-in-jit Changeset: r58926:6d3427389ceb Date: 2012-11-15 14:34 +0100 http://bitbucket.org/pypy/pypy/changeset/6d3427389ceb/ Log:Progress. diff --git a/pypy/jit/backend/test/runner_test.py b/pypy/jit/backend/test/runner_test.py --- a/pypy/jit/backend/t

[pypy-commit] pypy remove-globals-in-jit: progress

2012-11-14 Thread arigo
Author: Armin Rigo Branch: remove-globals-in-jit Changeset: r58895:7cc2d162d930 Date: 2012-11-14 16:43 +0100 http://bitbucket.org/pypy/pypy/changeset/7cc2d162d930/ Log:progress diff --git a/pypy/jit/backend/llgraph/runner.py b/pypy/jit/backend/llgraph/runner.py --- a/pypy/jit/backend/llgrap

[pypy-commit] pypy remove-globals-in-jit: progress

2012-11-14 Thread arigo
Author: Armin Rigo Branch: remove-globals-in-jit Changeset: r58894:09635126c014 Date: 2012-11-14 16:31 +0100 http://bitbucket.org/pypy/pypy/changeset/09635126c014/ Log:progress diff --git a/pypy/jit/metainterp/compile.py b/pypy/jit/metainterp/compile.py --- a/pypy/jit/metainterp/compile.py +

[pypy-commit] pypy remove-globals-in-jit: Progress, by fighting the urge to fix seven things in the same branch.

2012-11-14 Thread arigo
Author: Armin Rigo Branch: remove-globals-in-jit Changeset: r58889:62802683c13a Date: 2012-11-14 15:50 +0100 http://bitbucket.org/pypy/pypy/changeset/62802683c13a/ Log:Progress, by fighting the urge to fix seven things in the same branch. diff --git a/pypy/jit/backend/llgraph/runner.