[pypy-commit] pypy ClassRepr: merge rtyper.rclass and rtyper.lltypesystem.rclass

2014-10-12 Thread rlamy
Author: Ronan Lamy Branch: ClassRepr Changeset: r73906:dbf051e242ff Date: 2014-10-12 19:20 +0100 http://bitbucket.org/pypy/pypy/changeset/dbf051e242ff/ Log:merge rtyper.rclass and rtyper.lltypesystem.rclass diff too long, truncating to 2000 out of 2571 lines diff --git a/rpython/jit/backend

[pypy-commit] pypy default: @analyzer_for should return the function unchanged

2014-10-12 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r73907:37141a493a83 Date: 2014-10-12 23:00 +0100 http://bitbucket.org/pypy/pypy/changeset/37141a493a83/ Log:@analyzer_for should return the function unchanged diff --git a/rpython/annotator/bookkeeper.py b/rpython/annotator/bookkeeper.py --- a/rpython/a

[pypy-commit] pypy ClassRepr: merge InstanceRepr and AbstractInstanceRepr

2014-10-12 Thread rlamy
Author: Ronan Lamy Branch: ClassRepr Changeset: r73909:2fdb3fb0122b Date: 2014-10-13 00:38 +0100 http://bitbucket.org/pypy/pypy/changeset/2fdb3fb0122b/ Log:merge InstanceRepr and AbstractInstanceRepr diff --git a/rpython/rtyper/rclass.py b/rpython/rtyper/rclass.py --- a/rpython/rtyper/rclass

[pypy-commit] pypy ClassRepr: merge ClassRepr and AbstractClassRepr

2014-10-12 Thread rlamy
Author: Ronan Lamy Branch: ClassRepr Changeset: r73908:004a045702e9 Date: 2014-10-12 22:29 +0100 http://bitbucket.org/pypy/pypy/changeset/004a045702e9/ Log:merge ClassRepr and AbstractClassRepr diff --git a/rpython/rtyper/rclass.py b/rpython/rtyper/rclass.py --- a/rpython/rtyper/rclass.py ++

[pypy-commit] pypy ClassRepr: split off RootClassRepr.setup_vtable()

2014-10-12 Thread rlamy
Author: Ronan Lamy Branch: ClassRepr Changeset: r73912:752852e43b1d Date: 2014-10-13 02:02 +0100 http://bitbucket.org/pypy/pypy/changeset/752852e43b1d/ Log:split off RootClassRepr.setup_vtable() diff --git a/rpython/rtyper/rclass.py b/rpython/rtyper/rclass.py --- a/rpython/rtyper/rclass.py +

[pypy-commit] pypy ClassRepr: Create RootClassRepr for the case where classrepr.classdef is None

2014-10-12 Thread rlamy
Author: Ronan Lamy Branch: ClassRepr Changeset: r73910:712925681a5d Date: 2014-10-13 01:24 +0100 http://bitbucket.org/pypy/pypy/changeset/712925681a5d/ Log:Create RootClassRepr for the case where classrepr.classdef is None diff --git a/rpython/rtyper/rclass.py b/rpython/rtyper/rclass.py ---

[pypy-commit] pypy ClassRepr: split off RootClassRepr._setup_repr()

2014-10-12 Thread rlamy
Author: Ronan Lamy Branch: ClassRepr Changeset: r73911:7092ede4e639 Date: 2014-10-13 01:40 +0100 http://bitbucket.org/pypy/pypy/changeset/7092ede4e639/ Log:split off RootClassRepr._setup_repr() diff --git a/rpython/rtyper/rclass.py b/rpython/rtyper/rclass.py --- a/rpython/rtyper/rclass.py ++