Re: Limit of 255 superclasses too low?

Tim Olson <d699rb302@sneakemail.com>
3 Dec 2003 17:54:45 -0500

          From comp.compilers

Related articles
Limit of 255 superclasses too low? witness@t-online.de (Uli Kusterer) (2003-11-21)
Re: Limit of 255 superclasses too low? d699rb302@sneakemail.com (Tim Olson) (2003-12-03)
Re: Limit of 255 superclasses too low? cfc@shell01.TheWorld.com (Chris F Clark) (2003-12-03)
Re: Limit of 255 superclasses too low? witness@t-online.de (Uli Kusterer) (2004-02-13)
Re: Limit of 255 superclasses too low? witness@t-online.de (Uli Kusterer) (2004-02-13)
Re: Limit of 255 superclasses too low? cfc@shell01.TheWorld.com (Chris F Clark) (2004-02-26)
| List of all articles for this month |

From: Tim Olson <d699rb302@sneakemail.com>
Newsgroups: comp.compilers
Date: 3 Dec 2003 17:54:45 -0500
Organization: Compilers Central
References: 03-11-075
Keywords: OOP
Posted-Date: 03 Dec 2003 17:54:45 EST

  Uli Kusterer <witness@t-online.de> wrote:


| does any of you have a project (*any* project) where you have a class
| that has more than 255 superclasses? I.e.
|
| Is that a realistic limit? Or will some more advanced projects run into
| trouble with this approach? Does anybody know what figures other
| languages (like Objective C) are working with?


I just measured the Squeak smalltalk system: with 2725 classes the
maximum class tree depth was 16.


      -- Tim Olson


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.