This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
does g++ perform return-value-optimization?
- From: Jeff Lee <jeff at cdnorthamerica dot com>
- To: gcc at gcc dot gnu dot org
- Date: Mon, 29 Apr 2002 08:44:24 -0400
- Subject: does g++ perform return-value-optimization?
- Organization: Computational Dynamics North America
Hi,
Does anyone know if g++ performs return-value-optimization? If so, how
do you enable it? My question pertains mainly to the optimization of
temporary objects resulting from expression template usage (PETE
libraries). Any info would be greatly appreiciated.
-Jeff