Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old August 31st, 2005, 07:25 AM
P Vinodh Kumar
Guest
 
Posts: n/a
Default Repost:C++ compiler implementation details

Reposting, please give your ideas/suggestions/comments.

I am reading Lippman's Inside C++ object model.
I feel lonely because the Microsoft C++ compiler which I use does not
provide me an implementation details manual, describing how they
implement vtables in case of single inheritance and multiple
inheritance.


Just to verify what I read is correct I don't have the same from any
other compiler vendors also.


I do not know where CFront's implementation manuals are.
I do not know they are accessible to everyone.


If the underlying implementation is "not sure" and "most likely" how
shall I draw boundaries? And why should I make wrong and likely
assumptions?


Is there any C++ compiler model implementation with source code and
design explanation available?(Model means some model, implementing at
least some version of the standard or pre-standard)


Thanks,
Vinodh




  #2  
Old August 31st, 2005, 08:25 AM
Maxim Yegorushkin
Guest
 
Posts: n/a
Default Re: Repost:C++ compiler implementation details


P Vinodh Kumar wrote:

[]
[color=blue]
> Is there any C++ compiler model implementation with source code and
> design explanation available?(Model means some model, implementing at
> least some version of the standard or pre-standard)[/color]

http://gcc.gnu.org/

 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles