Actions

icon Post
text/html Subscribe
text/html Unsubscribe

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

empty base packing strategy


  • To: cxx-abi@xxxxxxxxxxxx
  • Subject: empty base packing strategy
  • From: Jason Merrill <jason@xxxxxxxxxx>
  • Date: Thu, 15 Jul 1999 04:04:57 -0700

Say we have an A subobject, AO, followed by a B subobject.  If A ends with
an empty class subjobject and B begins with an object of the same type, add
1 to the size of AO for layout purposes.

Jason