This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: about inline


2013/3/24, ishare <june.tune.sea@gmail.com>:
>
>  If I not use optimization   in compilation , will those inline functions be
> actually inlined by gcc ?
>
>  thanks!
>

Not unless you use 'always_inline' attribute.

http://gcc.gnu.org/onlinedocs/gcc/Function-Attributes.html#Function-Attributes


Best regards,
jasonwucj


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]