Stroustrup is disappointed with D :(
Kagamin via Digitalmars-d
digitalmars-d at puremagic.com
Wed Sep 23 02:41:18 PDT 2015
On Wednesday, 23 September 2015 at 09:09:53 UTC, Ola Fosheim
Grøstad wrote:
>> The weird rules of virtual functions in ctor/dtor in C++ just
>> feel like one more special case. It doesn't even seem more
>> efficient, quite the contrary.
>
> Devirtualized inlining is trivially more efficient than virtual
> calls...
Called methods call other virtual methods and you can't inline
the entire call tree.
More information about the Digitalmars-d
mailing list