Date: Thu, 22 May 1997 19:10:38 +0300 (IDT) From: Eli Zaretskii To: "John M. Aldrich" cc: djgpp AT delorie DOT com Subject: Re: Reducing image size? In-Reply-To: <33836C83.E77@cs.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk 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).