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: std::pow implementation


On Mon, Aug 04, 2003 at 01:26:40PM -0400, Robert Dewar wrote:
> > Sigh.  In C++, the programmer has already done the needed analysis, and
> > has attached the keyword "inline" or defined the function in the class
> > body.  Certainly, with -O3 the kind of analysis you describe would be
> > appropriate, though possibly expensive.
> 
> 
> This claim is made repeatedly, but without any evidence.

OK, so let's gather some evidence now.


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