This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: code bloat from constructor and destructor generation
- From: Mike Stump <mrs at apple dot com>
- To: Clint Laschkewitsch <clintl at us dot ibm dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Mon, 9 Dec 2002 15:31:34 -0800
- Subject: Re: code bloat from constructor and destructor generation
On Monday, December 9, 2002, at 11:05 AM, Clint Laschkewitsch wrote:
In looking at code that is being generated by the gcc compiler and
trying
to determine how we can reduce code size, I was surprised to see 2
copies
of a constructor and 2 copies of a destructor in the C++ classes we
have
defined.
Known problem. The Apple cvs repository has a solution to the problem.