This is the mail archive of the gcc@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: Function inlining report?


> From: "Wirawan Purwanto" <wirawan@camelot.physics.wm.edu>
> To: <gcc@gcc.gnu.org>
> Date: Mon, 8 Apr 2002 10:17:38 -0400

> Is there any way to know which functions are actually inlined by GCC 3? I
> noticed that some functions that I declare as "inline" are not really
> inlined in the compiled code.

>From the manual:

@item -Winline
@opindex Winline
Warn if a function can not be inlined and it was declared as inline.


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