[cxx-abi-dev] IA-64 C++ ABI key function question
Martin v. Löwis
loewis at informatik.hu-berlin.de
Tue Sep 17 07:01:19 UTC 2002
Gabriel Dos Reis <Gabriel.Dos-Reis at cmla.ens-cachan.fr> writes:
> Certainly, existing compilers out there can inline virtual functions.
Sure. The question is: how often do they actually inline the function,
and how much overhead does it cost to emit the function in each
object. Users may not be aware of the issue, so they should be warned
to either move the definition into the class, or out of line, or
declare the function inline inside the class.
Regards,
Martin
More information about the cxx-abi-dev
mailing list