Date: Sat, 8 Mar 1997 10:43:40 -0500 (EST) From: Guess To: Mike McLean Cc: djgpp AT delorie DOT com Subject: Re: help speeding up DJGPP under Win 95 In-Reply-To: <32d2e428.9026636@news.primenet.com> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII content-length: 571 -> I am running DJGPP under windows 95 on my Pentium 133 with 40 megs of -> RAM. I know that GCC is not loaded into memory automatically like -> other compilers, but I would like to know if there is a way to store -> it in memory so it will compile faster, please let me know if this is -> in the FAQ, or atleast a way to do it. Many thanks I'm running DJGPP with 16 mb of RAM... I gave smartdrive 4 mb and set up a 4 mb ram disk, and pointed the tmpdir to it. It compiles a hello world program in like 3-5 seconds with almost no hard disk interaction... it's cool :>