code bloat from constructor and destructor generation
Mike Stump
mrs@apple.com
Mon Dec 9 15:40:00 GMT 2002
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.
More information about the Gcc
mailing list