home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / compiler / 1500 < prev    next >
Encoding:
Internet Message Format  |  1992-09-01  |  1.4 KB

  1. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!udel!gvls1!faatcrl!iecc!compilers-sender
  2. From: preston@helena.cs.rice.edu (Preston Briggs)
  3. Newsgroups: comp.compilers
  4. Subject: Re: Dealing with Multiple Inheritence in an Object-Oriented Language
  5. Keywords: OOP, design
  6. Message-ID: <92-09-019@comp.compilers>
  7. Date: 2 Sep 92 03:24:21 GMT
  8. References: <92-09-015@comp.compilers>
  9. Sender: compilers-sender@iecc.cambridge.ma.us
  10. Reply-To: preston@helena.cs.rice.edu (Preston Briggs)
  11. Organization: Rice University, Houston
  12. Lines: 28
  13. Approved: compilers@iecc.cambridge.ma.us
  14.  
  15. "Ed Cynwrig Dengler" <eadengle@watcgl.uwaterloo.ca> writes:
  16. >I am trying to find references to articles that deal with the problems of
  17. >dealing with and representing multiple inheritence in a compiled program.
  18.  
  19. There following paper talks about a tricky layout scheme that helps in
  20. many cases.  It's from the ACM SIGPLAN '90 Conference on Programming
  21. Language Design and Implementation.  The proceedings are published in
  22. SIGPLAN Notices.
  23.  
  24. @article{pugh:90,
  25. author="William Pugh and Grant Weddell",
  26. title="Two-Directional Record Layout for Multiple Inheritance",
  27. pages="85--91",
  28. journal=sigplan,
  29. year=1990,
  30. month=jun,
  31. volume=25,
  32. number=6,
  33. note=pldi90
  34. }
  35.  
  36. Another important source would be past proceedings from OOPSLA, a major
  37. conference on Object-Oriented Stuff.
  38.  
  39. Preston Briggs
  40. -- 
  41. Send compilers articles to compilers@iecc.cambridge.ma.us or
  42. {ima | spdcc | world}!iecc!compilers.  Meta-mail to compilers-request.
  43.