Mail Archives: djgpp/1997/11/03/03:35:39
On Mon, 3 Nov 1997, Bill Currie wrote:
> cc1, cc1plus, cpp and as leaves me with ~600 k from TMPDIR. For me,
> this is almost always enough.
600K for TMPDIR is only enough for *very* short sources. When the RAM
drive fills, gcc aborts very ungracefully, and with error messages
that don't always make sense (sometimes it says ``virtual memory
exhausted'', sometimes just ``Abort!'', sometimes it SIGSEGVs. Such a
small TMPDIR requires a lot of vigilance.
> The problem
> with the disk cache (IMHO) is cc1 and cc1plus always fill it up
> killing the cached header files.
People seldom use both cc1 and cc1plus at the same time.
- Raw text -