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: Is a function actually inlined?


"Alex Vinokur" <alexvn@connect.to> writes:

> How can one know if a function requested to be inlined is actually
> inlined?

With -Winline. There used to be some bugs in -Winline, so it might not
be reliable with your compiler version.

-- 
	Falk


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