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: Determining if a method is actually inlined


On Mon, 2005-10-31 at 16:46 -0500, Jeffrey Holle wrote:
> I am using gcc 4.0.2.
> 
> I'm know that the inline keyword is only a sugguestion to a C++ compiler, 
> because the method's complexity might make inlining impossible.
> 
> Is there a way to determine if a given method was actually inlined?
> 

Hi, Jiffrey:

If you determine your code actually must expand, 
what about do you use #define to replace the inline ?

line is a suggestion, but #define is a order to compiler.


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