Re: Limit of 255 superclasses too low?

Chris F Clark <cfc@shell01.TheWorld.com>
26 Feb 2004 01:08:40 -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: Chris F Clark <cfc@shell01.TheWorld.com>
Newsgroups: comp.compilers
Date: 26 Feb 2004 01:08:40 -0500
Organization: The World Public Access UNIX, Brookline, MA
References: 03-11-075 03-12-019 04-02-133
Keywords: OOP, practice
Posted-Date: 26 Feb 2004 01:08:40 EST

Uli Kusterer posted asking:
> Your program definitely sounds interesting. What is it used for? You
> mentioned a chip, but that's it ?


We have a program that generates models of chips that our chip
designers are creating--that program is what I work on. We give the
output models to potential chip customers to help them design their
products that use our chips. These output models themselves are
programs. The customers run these programs with other code they write
to test their designs, without having to give each of their designers
expensive prototyping hardware--much cheaper for them to just give out
PCs.


In any case, the models our program generates are "very" large
programs. But they are also atypical of programs that humans write.
I would be leary of a human designed class hierarchy with 255 total
classes, much less with one 255 classes deep!


Hope this helps,
-Chris


*****************************************************************************
Chris Clark Internet : compres@world.std.com
Compiler Resources, Inc. Web Site : http://world.std.com/~compres
23 Bailey Rd voice : (508) 435-5016
Berlin, MA 01503 USA fax : (978) 838-0263 (24 hours)


Post a followup to this message

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