This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Return value optimisation patch for g++ 2.95.3?
- From: Joe Buck <Joe dot Buck at synopsys dot COM>
- To: Ravi Menon <jravimenon at gmail dot com>
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Wed, 24 May 2006 16:25:35 -0700
- Subject: Re: Return value optimisation patch for g++ 2.95.3?
- References: <920513da0605241536j8bc1d0bq307e72c953410a9a@mail.gmail.com>
On Wed, May 24, 2006 at 03:36:47PM -0700, Ravi Menon wrote:
> Apologise if this not the right forum to discuss this particular
> issue. I am wondering
> if there is a patch for return value optimisation (rvo) for g++ 2.95.3
> version?
2.95.3 is a tiny patch to 2.95.2. 2.95.2, in turn, is almost eight years
old and unmaintained, and the version of C++ it supports is so old and
oddball as to be almost a different language. I don't think you're going
to find what you are looking for; it will be far less effort in the long
run to port whatever code you need this for so that it's written in
maintainable C++, not the weird language that 2.95.x accepted.