[pypy-commit] pypy dict-strategies: fix translation with celldicts

2011-05-29 Thread cfbolz
Author: Carl Friedrich Bolz Branch: dict-strategies Changeset: r44579:067a3007ccd6 Date: 2011-05-29 14:18 +0200 http://bitbucket.org/pypy/pypy/changeset/067a3007ccd6/ Log:fix translation with celldicts diff --git a/pypy/objspace/std/celldict.py b/pypy/objspace/std/celldict.py --- a/pypy/objs

[pypy-commit] pypy jit-short_from_state: log a bit more on failure

2011-05-29 Thread hakanardo
Author: Hakan Ardo Branch: jit-short_from_state Changeset: r44580:105e25d15ceb Date: 2011-05-29 09:37 +0200 http://bitbucket.org/pypy/pypy/changeset/105e25d15ceb/ Log:log a bit more on failure diff --git a/pypy/jit/metainterp/optimizeopt/unroll.py b/pypy/jit/metainterp/optimizeopt/unroll.py

[pypy-commit] pypy jit-short_from_state: mark offending StateInfo when VirtualStates not matches

2011-05-29 Thread hakanardo
Author: Hakan Ardo Branch: jit-short_from_state Changeset: r44581:87a9b0b162d6 Date: 2011-05-29 10:32 +0200 http://bitbucket.org/pypy/pypy/changeset/87a9b0b162d6/ Log:mark offending StateInfo when VirtualStates not matches diff --git a/pypy/jit/metainterp/optimizeopt/unroll.py b/pypy/jit/me

[pypy-commit] pypy jit-short_from_state: mark both compared virtualstates

2011-05-29 Thread hakanardo
Author: Hakan Ardo Branch: jit-short_from_state Changeset: r44582:5cee0d7abf06 Date: 2011-05-29 12:53 +0200 http://bitbucket.org/pypy/pypy/changeset/5cee0d7abf06/ Log:mark both compared virtualstates diff --git a/pypy/jit/metainterp/optimizeopt/virtualstate.py b/pypy/jit/metainterp/optimize

[pypy-commit] pypy dict-strategies: nonsense (no cookies)

2011-05-29 Thread cfbolz
Author: Carl Friedrich Bolz Branch: dict-strategies Changeset: r44583:e998751136b2 Date: 2011-05-29 14:44 +0200 http://bitbucket.org/pypy/pypy/changeset/e998751136b2/ Log:nonsense (no cookies) diff --git a/pypy/objspace/std/celldict.py b/pypy/objspace/std/celldict.py --- a/pypy/objspace/std/

[pypy-commit] pypy dict-strategies: translation fix for mapdict

2011-05-29 Thread cfbolz
Author: Carl Friedrich Bolz Branch: dict-strategies Changeset: r44584:25d26c014079 Date: 2011-05-29 15:05 +0200 http://bitbucket.org/pypy/pypy/changeset/25d26c014079/ Log:translation fix for mapdict diff --git a/pypy/objspace/std/mapdict.py b/pypy/objspace/std/mapdict.py --- a/pypy/objspace/

[pypy-commit] pypy dict-strategies: fix another translation problem

2011-05-29 Thread cfbolz
Author: Carl Friedrich Bolz Branch: dict-strategies Changeset: r44585:5b3c9fe79239 Date: 2011-05-29 18:09 +0200 http://bitbucket.org/pypy/pypy/changeset/5b3c9fe79239/ Log:fix another translation problem diff --git a/pypy/objspace/std/mapdict.py b/pypy/objspace/std/mapdict.py --- a/pypy/objsp

[pypy-commit] pypy celldict-versions: a version of cell dicts that gives free global lookups for globals that don't

2011-05-29 Thread cfbolz
Author: Carl Friedrich Bolz Branch: celldict-versions Changeset: r44586:184f4bd63ddf Date: 2011-05-29 18:11 +0200 http://bitbucket.org/pypy/pypy/changeset/184f4bd63ddf/ Log:a version of cell dicts that gives free global lookups for globals that don't change using quasi-immutable field