This is the mail archive of the
egcs@egcs.cygnus.com
mailing list for the EGCS project. See the EGCS
home page for more information.
[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index] [Subject Index] [Author Index] [Thread Index]
Re: Question about compiler-supplied assignment and copy with egcs.
- To: egcs@egcs.cygnus.com, pderbysh@usa.net
- Subject: Re: Question about compiler-supplied assignment and copy with egcs.
- From: mrs@wrs.com (Mike Stump)
- Date: Wed, 24 Feb 1999 16:26:38 -0800
- Delivered-To: listarch-egcs@egcs.cygnus.com
- Delivered-To: mailing list egcs@egcs.cygnus.com
- Mailing-List: contact egcs-help@egcs.cygnus.com; run by ezmlm
- Sender: owner-egcs@egcs.cygnus.com
> Date: Wed, 24 Feb 1999 06:19:53 -0500
> To: egcs@egcs.cygnus.com
> From: Paul Derbyshire <pderbysh@usa.net>
> Q: If egcs is allowed to supply the assignment operator and copy
> constructor for a "plain old data" type, will they be generally more
> efficient than user supplied versions?
This is a reasonable assumption. If it is ever false, I think a
performance enhancement request is reasonable.