This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Return value optimisation patch for g++ 2.95.3?
- From: "Ravi Menon" <jravimenon at gmail dot com>
- To: libstdc++ at gcc dot gnu dot org
- Date: Wed, 24 May 2006 15:36:47 -0700
- Subject: Return value optimisation patch for g++ 2.95.3?
Hi,
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? I confirmed
with my test code (with -O2 ) that our g++ 2.95.3 does not seem to
have this important support. Compiled and ran the same code with g++
3x and rvo works fine.
Glanced thru' various release notes and I could not find anything relevant.
Thanks,
Ravi