Re: [Q] Class instance layout details

2005-07-15 Thread Andrew Pinski
On Jul 15, 2005, at 5:02 PM, Ian Lance Taylor wrote: Bharadwaj Yadavalli <[EMAIL PROTECTED]> writes: Newer versions of C++ more or less follow the Itanium C++ ABI: http://www.codesourcery.com/cxx-abi/abi.html That started somewhere in gcc 3.x, though I don't know exactly when. It starte

Re: [Q] Class instance layout details

2005-07-15 Thread Ian Lance Taylor
Bharadwaj Yadavalli <[EMAIL PROTECTED]> writes: > Can someone please point me to a place where I can get information > about how gcc (2.96 and later) lays out class instances? In other > words if I examine the contents of an object pointer, is there a > document that specifies how the contents of