Xref: news-dnh.mv.net comp.os.msdos.djgpp:3706 Path: news-dnh.mv.net!mv!barney.gvi.net!redstone.interpath.net!news.sprintlink.net!news.zeitgeist.net!cygnus.com!kithrup.com!news.Stanford.EDU!agate!howland.reston.ans.net!newsfeed.internetmci.com!news.sesqui.net!rice!news!sandmann From: Charles Sandmann Newsgroups: comp.os.msdos.djgpp Subject: Re: decreasing program loadup time Date: Sun, 03 Dec 1995 21:00:47 CST Organization: Rice University, Houston, Texas Lines: 8 References: Reply-To: sandmann AT clio DOT rice DOT edu Nntp-Posting-Host: clio.rice.edu To: djgpp AT sun DOT soe DOT clarkson DOT edu Dj-Gateway: from newsgroup comp.os.msdos.djgpp > Unfortunately, it is large (to me) -- around 85K COFF. Add on top of that > the overhead of GO32 loading, and you have unpalatable speed. A known issue with V1.x - load times are greatly improved with V2 since there is no GO32 to load, memory is not zeroed, and the image is read from the disk in large chunks instead of 4Kb at a time. Also, if you use -s when you link, you may find the actual executable code is smaller when the debug information is removed.