C++Talk.NET Forum Index C++Talk.NET
C++ language newsgroups
 
Archives   FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Implicit copy-ctor on function return

 
Post new topic   Reply to topic    C++Talk.NET Forum Index -> C++ language, library and standards
View previous topic :: View next topic  
Author Message
Manfred von Willich
Guest





PostPosted: Wed Jul 05, 2006 12:26 am    Post subject: Implicit copy-ctor on function return Reply with quote



What is the status of the optional implicit copy-ctor that the compiler
may invoke on a function return?

AFAICT, there should seldomly be any need for an implicit
copy-on-return. If the compiler is mandated to arrange that the target
temporary is the same as the returned reference (e.g. by regarding x
referenced in "return x;" as a name for the returned temporary), the
copy is avoided, with the following exception.

With multiple return statements, implicit copying would be permitted
only where at least one return expression is named object of exactly
the target type declared locally, and at least one is not the same
expression.

Good optimising compilers may generally do this, but it is sometimes
necessary to be able to ensure that the unwanted overhead does not
sneak in.

An alternative (my preference) would be to have an explicit indication
of which locally declared object in a function refers to the returned
temporary, e.g.:

myclass f () {
// some code
myclass return x;
// more code
return x; // neither copied nor destroyed
}

Manfred

---
[ comp.std.c++ is moderated. To submit articles, try just posting with ]
[ your news-reader. If that fails, use mailto:std-c++@ncar.ucar.edu ]
[ --- Please see the FAQ before posting. --- ]
[ FAQ: http://www.comeaucomputing.com/csc/faq.html ]
Back to top
Display posts from previous:   
Post new topic   Reply to topic    C++Talk.NET Forum Index -> C++ language, library and standards All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2006 phpBB Group
SEO toolkit © 2004-2006 webmedic.