Xref: news-dnh.mv.net comp.os.msdos.djgpp:2335 Path: news-dnh.mv.net!mv!news.sprintlink.net!news.oz.net!news.worldcom.com!news.sesqui.net!rice!news!sandmann From: Charles Sandmann Newsgroups: comp.os.msdos.djgpp Subject: Re: Some "stupid" questions from a new user Date: Mon, 02 Oct 1995 07:52:37 CDT Organization: Rice University, Houston, Texas Lines: 5 References: <44o39d$t6d AT alijku06 DOT edvz DOT uni-linz DOT ac DOT at> 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 > As V1 of djgpp stores arrays as yours pre-initialized in the exe-file > you'll get an exe with >36MB. This takes long to load and would Only true with C++ code - C code puts it in the BSS section and this isn't a problem.