Bad inlining because of "throw"

Andrew Haley aph@redhat.com
Wed Nov 10 11:00:00 GMT 2010


On 11/10/2010 10:55 AM, Luca Béla Palkovics wrote:

> Is there are way to tell g++ "DON'T INLINE THIS" or something like
> this ?

Sure.  It's a function attribute: look in the Fine Manual.

> Or is it a bug that it inlines my CException::CException ?

No.

Andrew.



More information about the Gcc-help mailing list