Date: Wed, 12 Jan 2000 09:02:03 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Matt Firewalker cc: djgpp AT delorie DOT com Subject: Re: Executable size: limit to acceptability? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 11 Jan 2000, Matt Firewalker wrote: > I'm concerned about what's acceptable with executable size using Allegro to > create a -large- RPG. Since I've never done an RPG with graphics (I've done > other things, but nothing of this proportion), I'm not too sure about exec > size. What would be an acceptable size of the executable? ``Acceptable''--from what point of view? The only real limit on the size of an executable is the amount of DPMI memory that can be reasonably expected to be available on target machines. I think that nowadays you can safely expect at least 16MB to be available. > Note that I am already using the -s and -O3 switches. The -s switch has no effect on the run-time memory footprint, only on the size of the .exe file on disk. The -O3 switch actually enlarges the excutables in many cases.