This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: std::pow implementation
- From: Steven Bosscher <s dot bosscher at student dot tudelft dot nl>
- To: Scott Robert Ladd <coyote at coyotegulch dot com>
- Cc: Rob Taylor <robt at flyingpig dot com>, "Gcc at Gcc dot Gnu. Org" <gcc at gcc dot gnu dot org>
- Date: 31 Jul 2003 16:55:07 +0200
- Subject: Re: std::pow implementation
- References: <041f01c3574f$f51e9180$b800a8c0@eventhorizon> <3F29159B.8060609@coyotegulch.com>
Op do 31-07-2003, om 15:11 schreef Scott Robert Ladd:
> 2) The compiler should respect "inline" directives from the programmer,
> generating inline code when it is specified, unless doing so is
> technically impossible or blatantly inefficient.
I thought that the whole point in this discussion is that some people
argue that the compiler cannot know when inlining an `inline' declared
function is blatantly inefficient.
Gr.
Steven