From: leathm AT solwarra DOT gbrmpa DOT gov DOT au (Leath Muller) Message-Id: <199711192324.JAA00053@solwarra.gbrmpa.gov.au> Subject: Re: Urgent: memory protection and graphics To: djgpp AT delorie DOT com Date: Thu, 20 Nov 1997 09:24:50 +1000 (EST) In-Reply-To: from "Eli Zaretskii" at Nov 19, 97 11:55:01 am Content-Type: text Precedence: bulk > > I desperately need the speed increase. What should I do? > You need to decide whether the memory protection is important enough to > do some changes in your code. If not, go ahead and live dangerously. My suggestion: keep the slower memory protection until your sure your program works properly, and then start testing the program without the protection. Turning off memory protection is dangerous, but there is no reason to turn it off till you are will into development... well, usually... ;) Leathal.