[pypy-commit] pypy dynamic-specialized-tuple: fix, and mark something as elidable

2012-04-23 Thread alex_gaynor
Author: Alex Gaynor Branch: dynamic-specialized-tuple Changeset: r54711:041945f6ec4d Date: 2012-04-23 22:40 -0400 http://bitbucket.org/pypy/pypy/changeset/041945f6ec4d/ Log:fix, and mark something as elidable diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py --

[pypy-commit] pypy dynamic-specialized-tuple: fix

2012-04-23 Thread alex_gaynor
Author: Alex Gaynor Branch: dynamic-specialized-tuple Changeset: r54685:b0aa1fc69a03 Date: 2012-04-23 12:04 -0400 http://bitbucket.org/pypy/pypy/changeset/b0aa1fc69a03/ Log:fix diff --git a/pypy/rlib/rerased_raw.py b/pypy/rlib/rerased_raw.py --- a/pypy/rlib/rerased_raw.py +++ b/pypy/rlib/rer

[pypy-commit] pypy dynamic-specialized-tuple: fix

2012-04-23 Thread alex_gaynor
Author: Alex Gaynor Branch: dynamic-specialized-tuple Changeset: r54683:2bee4cac6100 Date: 2012-04-23 12:02 -0400 http://bitbucket.org/pypy/pypy/changeset/2bee4cac6100/ Log:fix diff --git a/pypy/rlib/rerased_raw.py b/pypy/rlib/rerased_raw.py --- a/pypy/rlib/rerased_raw.py +++ b/pypy/rlib/rer

[pypy-commit] pypy dynamic-specialized-tuple: fix enum_dependencies

2012-04-23 Thread fijal
Author: Maciej Fijalkowski Branch: dynamic-specialized-tuple Changeset: r54681:6fbb57921a2d Date: 2012-04-23 18:00 +0200 http://bitbucket.org/pypy/pypy/changeset/6fbb57921a2d/ Log:fix enum_dependencies diff --git a/pypy/translator/c/node.py b/pypy/translator/c/node.py --- a/pypy/translator/c

[pypy-commit] pypy dynamic-specialized-tuple: fix the test on x86

2012-04-08 Thread fijal
Author: Maciej Fijalkowski Branch: dynamic-specialized-tuple Changeset: r54257:7a3a9c99b85d Date: 2012-04-08 18:02 +0200 http://bitbucket.org/pypy/pypy/changeset/7a3a9c99b85d/ Log:fix the test on x86 diff --git a/pypy/jit/backend/llsupport/llmodel.py b/pypy/jit/backend/llsupport/llmodel.py

[pypy-commit] pypy dynamic-specialized-tuple: fix, result of a bad merge

2012-03-28 Thread alex_gaynor
Author: Alex Gaynor Branch: dynamic-specialized-tuple Changeset: r54047:244768707f09 Date: 2012-03-28 17:35 -0400 http://bitbucket.org/pypy/pypy/changeset/244768707f09/ Log:fix, result of a bad merge diff --git a/pypy/objspace/std/objspace.py b/pypy/objspace/std/objspace.py --- a/pypy/objspa

[pypy-commit] pypy dynamic-specialized-tuple: fix?

2012-03-13 Thread alex_gaynor
Author: Alex Gaynor Branch: dynamic-specialized-tuple Changeset: r53462:8c16809e939f Date: 2012-03-13 11:50 -0700 http://bitbucket.org/pypy/pypy/changeset/8c16809e939f/ Log:fix? diff --git a/pypy/rlib/rerased_raw.py b/pypy/rlib/rerased_raw.py --- a/pypy/rlib/rerased_raw.py +++ b/pypy/rlib/re

[pypy-commit] pypy dynamic-specialized-tuple: fix

2012-03-13 Thread alex_gaynor
Author: Alex Gaynor Branch: dynamic-specialized-tuple Changeset: r53461:5af129a2e3be Date: 2012-03-13 11:35 -0700 http://bitbucket.org/pypy/pypy/changeset/5af129a2e3be/ Log:fix diff --git a/pypy/objspace/std/tupleobject.py b/pypy/objspace/std/tupleobject.py --- a/pypy/objspace/std/tupleobjec

[pypy-commit] pypy dynamic-specialized-tuple: fix translation, maybe

2012-03-13 Thread fijal
Author: Maciej Fijalkowski Branch: dynamic-specialized-tuple Changeset: r53443:72475a043244 Date: 2012-03-13 01:34 -0700 http://bitbucket.org/pypy/pypy/changeset/72475a043244/ Log:fix translation, maybe diff --git a/pypy/objspace/std/listobject.py b/pypy/objspace/std/listobject.py --- a/pypy