Re: Dealing with Multiple Inheritence in an Object-Oriented Language

preston@helena.cs.rice.edu (Preston Briggs)
Wed, 2 Sep 1992 03:24:21 GMT

          From comp.compilers

Related articles
Dealing with Multiple Inheritence in an Object-Oriented Language eadengle@watcgl.uwaterloo.ca (Ed Cynwrig Dengler) (1992-09-01)
Re: Dealing with Multiple Inheritence in an Object-Oriented Language preston@helena.cs.rice.edu (1992-09-02)
Re: Dealing with Multiple Inheritence in an Object-Oriented Language khattra@sfu.ca (1992-09-03)
| List of all articles for this month |

Newsgroups: comp.compilers
From: preston@helena.cs.rice.edu (Preston Briggs)
Organization: Rice University, Houston
Date: Wed, 2 Sep 1992 03:24:21 GMT
References: 92-09-015
Keywords: OOP, design

"Ed Cynwrig Dengler" <eadengle@watcgl.uwaterloo.ca> writes:
>I am trying to find references to articles that deal with the problems of
>dealing with and representing multiple inheritence in a compiled program.


There following paper talks about a tricky layout scheme that helps in
many cases. It's from the ACM SIGPLAN '90 Conference on Programming
Language Design and Implementation. The proceedings are published in
SIGPLAN Notices.


@article{pugh:90,
author="William Pugh and Grant Weddell",
title="Two-Directional Record Layout for Multiple Inheritance",
pages="85--91",
journal=sigplan,
year=1990,
month=jun,
volume=25,
number=6,
note=pldi90
}


Another important source would be past proceedings from OOPSLA, a major
conference on Object-Oriented Stuff.


Preston Briggs
--


Post a followup to this message

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