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: How to turn off NRVO in gcc


On Wed, Nov 07, 2007 at 07:48:53AM -0800, Ian Lance Taylor wrote:
> "Debarshi Sanyal" <debarshisanyal@gmail.com> writes:
> 
> >    Is there any way to turn off "named return value optimization"
> > (NRVO) while compiling a C++ program with g++?
> 
> This question is not appropriate for gcc@gcc.gnu.org, which is for
> developers of gcc.  It is appropriate for gcc-help@gcc.gnu.org.
> Please take any followups to that mailing list.  Thanks.
> 
> The answer to your question is no.  g++ will always implement NRVO
> when possible.

You forgot about -fno-elide-constructors , Ian.  I've needed it in
the past to work around a bug in profiling; there's a PR for this.





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