Class layout algorithm
Mark Mitchell
mark at codesourcery.com
Sun Jan 2 05:23:38 UTC 2000
>>>>> "Jim" == Jim Dehnert <dehnert at baalbek.engr.sgi.com> writes:
Jim> I'll fix these.
Thanks! I've read what you wrote, and its a big improvement. Here's
one minor comment:
If D is a base class, this step allocates only its non-virtual part,
i.e. excluding any direct or indirect bases.
should be `direct or indirect virtual bases'. (Note the addition of
the word `virtual'.)
--
Mark Mitchell mark at codesourcery.com
CodeSourcery, LLC http://www.codesourcery.com
More information about the cxx-abi-dev
mailing list