home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!haven.umd.edu!darwin.sura.net!udel!gvls1!faatcrl!iecc!compilers-sender
- From: preston@helena.cs.rice.edu (Preston Briggs)
- Newsgroups: comp.compilers
- Subject: Re: Dealing with Multiple Inheritence in an Object-Oriented Language
- Keywords: OOP, design
- Message-ID: <92-09-019@comp.compilers>
- Date: 2 Sep 92 03:24:21 GMT
- References: <92-09-015@comp.compilers>
- Sender: compilers-sender@iecc.cambridge.ma.us
- Reply-To: preston@helena.cs.rice.edu (Preston Briggs)
- Organization: Rice University, Houston
- Lines: 28
- Approved: compilers@iecc.cambridge.ma.us
-
- "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
- --
- Send compilers articles to compilers@iecc.cambridge.ma.us or
- {ima | spdcc | world}!iecc!compilers. Meta-mail to compilers-request.
-