Mail Archives: djgpp/1997/05/28/07:09:36
On 28 May 1997, Esa A E Peuha wrote:
> Without write-back cache, first compilation takes 25 seconds and 10
> immediately repeated; with write-back, 17 and 3 seconds.
This indeed indicates that the slow disk is the culprit. I suggest you
leave the cache with the write-back setup. I'd guess that if you need to
compile several files one after the other (as when building a program
from several sources), the second and subsequent compilations will take
less time, since the compiler passes (cpp.exe, cc1.exe, as.exe etc.) are
already in the cache.
- Raw text -