[cxx-abi-dev] C++0x POD
David Vandevoorde
daveed at edg.com
Wed Jul 22 21:31:23 UTC 2009
On Jul 22, 2009, at 5:17 PM, Dennis Handly wrote:
>> From: David Vandevoorde <daveed at edg.com>
>> If you're keeping a list: Let's make null pointer-to-data-members
>> actually be represented as 0.
>
> Doesn't this depend on how many times you check for NULL vs how many
> times
> you add the offset to the start?
I suppose it's debatable, but I think that the inability to put
pointer-to-data-members (and aggregates containing such things)
in .bss is more of a pain in practice than the more traditional "-1"
adjustment.
Daveed
More information about the cxx-abi-dev
mailing list