This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Is a function actually inlined?
- From: Falk Hueffner <falk dot hueffner at student dot uni-tuebingen dot de>
- To: "Alex Vinokur" <alexvn at connect dot to>
- Cc: gcc-help at gcc dot gnu dot org
- Date: 08 Oct 2003 11:33:48 +0200
- Subject: Re: Is a function actually inlined?
- References: <bm0krv$j8i$1@sea.gmane.org>
"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