[cfe-commits] MS pure virtual call ABI

João Matos ripzonetriton at gmail.com
Wed Jun 27 13:33:45 PDT 2012


This particular behaviour is documented:

_purecall - The compiler calls this method when a pure virtual method is called.

The behaviour is observable aswell, you can even set a custom pure
virtual function to be called with _set_purecall_handler.

On Wed, Jun 27, 2012 at 9:29 PM, John McCall <rjmccall at apple.com> wrote:
> On Jun 27, 2012, at 1:25 PM, Timur Iskhodzhanov wrote:
>> This is what I got on the trunk version of Clang:
>
> "Observable behavior" here means "is there some way we can observe the
> behavior of this code as compiled by MSVC without reverse-engineering it?"
>
> John.



-- 
João Matos




More information about the cfe-commits mailing list