Re: implementing multiple inheritance?

Darius Blasband <darius@phidani.be>
19 Feb 1996 16:06:52 -0500

          From comp.compilers

Related articles
implementing multiple inheritance? larryr@cybergate.com (Larry Rau) (1996-02-19)
Re: implementing multiple inheritance? darius@phidani.be (Darius Blasband) (1996-02-19)
Re: implementing multiple inheritance? mw@ipx2.rz.uni-mannheim.de (1996-02-19)
| List of all articles for this month |

From: Darius Blasband <darius@phidani.be>
Newsgroups: comp.compilers
Date: 19 Feb 1996 16:06:52 -0500
Organization: EUnet Belgium, Leuven, Belgium
References: 96-02-224
Keywords: OOP, comment

>Can someone provide pointers to papers/books describing methods used
>to implement Mulitple Inheritance. I'm mostly curious about C++
>specifics but would be happy to read about others.


The best paper I had read about this topic was related to the ability
to implement a reasonably safe GC in C++, retaining the compatibility
with existing code. It did explain how the current implementations of
C++ managed multiple inheritance. Unfortunately, I cannot find the
original reference back. I think it was written by someone from DEC,
and the title was:


Safe & Efficient Garbage Collection in C++


Hope it helps...


Darius
[http://gatekeeper.dec.com/pub/DEC/SRC/research-reports/abstracts/src-rr-102.html, by David Detlefs and my old buddy John Ellis. I found it in about 10
seconds using Altavista. -John]
--


Post a followup to this message

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