Related articles |
---|
Implementation of "class inheritance" in a compiler dev@gioelebarabucci.com (Gioele Barabucci) (2004-09-08) |
Re: Implementation of "class inheritance" in a compiler pohjalai@cc.helsinki.fi (A Pietu Pohjalainen) (2004-09-13) |
Re: Implementation of "class inheritance" in a compiler arnold@skeeve.com (2004-09-13) |
Re: Implementation of "class inheritance" in a compiler tzvetanmi@yahoo.com (2004-09-13) |
Re: Implementation of "class inheritance" in a compiler dev@gioelebarabucci.com (Gioele Barabucci) (2004-09-24) |
Re: Implementation of "class inheritance" in a compiler hannah@schlund.de (2004-10-02) |
Re: Implementation of "class inheritance" in a compiler arnold@skeeve.com (2004-10-04) |
From: | Gioele Barabucci <dev@gioelebarabucci.com> |
Newsgroups: | comp.compilers |
Date: | 24 Sep 2004 00:28:17 -0400 |
Organization: | Tiscali Spa |
References: | 04-09-072 04-09-090 |
Keywords: | OOP |
Posted-Date: | 24 Sep 2004 00:28:16 EDT |
Aharon Robbins wrote:
>Gioele Barabucci <dev@gioelebarabucci.com> wrote:
>>may you suggest me some readings (web, books, magazines) that examplain
>>how compilers can implement classes (memory layout...), templates and
>>inheritance in compiled languages like C++ or Java?
> A really good book on C++, one that helped me tremendously, is
>
> Inside The C++ Object Model - Stanlye B. Lippman
Thanks! This is exactly the kind of book I was looking for.
Does anybody knows of other books or papers that deal with
single-inheritance compiled languages? I'm mostly interested in papers
that analyze and discuss improvements (in terms of run time reduction)
over current practices.
--
Gioele
Return to the
comp.compilers page.
Search the
comp.compilers archives again.