This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: The bloat sweepstakes...


On Sun, Oct 07, 2001 at 06:16:15PM -0400, dewar@gnat.com wrote:
> Probably the string buffer in lib.utils could be smaller, but really in 
> these days when typical development machines have at least 256M of real
> memory, this is hardly a significant issue.

Didn't we just have a thread where 17MB of total memory consumption by
cc1 was enough to get "virtual memory exhausted"?

I don't have much sympathy with the attitude that memory, or even
address space, is free.  If nothing else, these huge buffers are
likely to be *slower* than more reasonably sized buffers because they
trash the memory caches.

zw


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]