Date: Tue, 2 Jun 1998 19:04:39 +0300 (IDT) From: Eli Zaretskii To: Gili cc: djgpp AT delorie DOT com Subject: Re: GCC for DOS and OS/2 In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On 2 Jun 1998, Gili wrote: > In GCC for OS/2, if you set the environment setting GCCLOAD=5, GCC > will remain in memory for 5 minutes after being run. This speeds up > compilation times drastically.. Is there a way to duplicate such > performance under GCC for DJGPP? If you set up a disk cache that's large enough, you shouldn't need this, as GCC will remain in the cache indefinitely (unless replaced by a later load). > It is extremely slow right now.. I am > giving it 12MB ram to run under with 2MB diskcache. I don't understand > why it loads from the HD so much.. Please clarify, Please tell more about your system, including what CPU and OS do you use. Also, compare the compilation times with the table in chapter 7 of the FAQ and tell how does your system measure up. In general, any reasonable machine with 12MB should be fast enough. I would suggest to bump up the cache to 3-4MB. And make it use delayed writes (see section 3.9 of the FAQ), it speeds up things quite a bit.