[cxx-abi-dev] Deleted virtual functions
David Vandevoorde
daveed at edg.com
Fri May 29 15:39:59 UTC 2009
On May 29, 2009, at 11:25 AM, Mark Mitchell wrote:
> David Vandevoorde wrote:
>
>> I think the API functions should keep C linkage, but the vtable
>> should
>> be allowed to point to a wrapper for these functions with C++
>> linkage.
>
> Yes -- provided you accept my view that the requirements on these
> functions are merely that the run-time library must provide them.
> Then,
> the compiler is free to put whatever it wants into the virtual table
> --
> including, if necessary, a reference to a wrapper.
Yes, I'm fine with that.
I'll try to work up a revised patch soon.
Daveed
More information about the cxx-abi-dev
mailing list