This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]