Mail Archives: djgpp/1997/05/22/14:28:46
On Wed, 21 May 1997, John M. Aldrich wrote:
> libraries take up quite a bit of space themselves. Also, any static
> structures you define in your code will be included as part of the
> executable itself; using a 200K array increases your code by 200K. This
> is a bug in the gcc compiler; to work around it, use dynamic structures
> as much as possible.
Actually, this isn't a bug, but a feature, as the FAQ explains in section
8.14 (which also mentions a GCC switch that will disable this feature).
- Raw text -