Listing of inlined functions

Bogdan Tudor bogdantudor@gmail.com
Mon May 21 04:40:00 GMT 2007


Hello,

Is there any way of finding out all the functions from a C / C++
program that have been inlined ?

Because I know that gcc inlines not only the functions that are marked
with inline or __inline__ keyword, but when -O3 is present, also the
ones that gcc deems they are inlineable, whether they are marked or
no.

Many thanks,
Bogdan



More information about the Gcc-help mailing list