C++ ABI: Proposed key function tweak
Mark Mitchell
mark at codesourcery.com
Wed Mar 21 21:23:00 UTC 2001
>>>>> "Jason" == Jason Merrill <jason at redhat.com> writes:
>> I guess the questions is whether people use pure virtual
>> destructors enough to make this worthwhile?
Jason> I believe abstract bases usually have pure destructors.
Could be -- mine often don't, but there are certainly idioms which do.
I think that we should measure the number of bytes saved in an
executable or two, as a percentage of total size, before introducing
this complication. But, I don't feel strongly about it, if you think
this is going to be a win.
Thanks,
--
Mark Mitchell mark at codesourcery.com
CodeSourcery, LLC http://www.codesourcery.com
More information about the cxx-abi-dev
mailing list