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...


<<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.
>>

Ah, I think I see the point you were making. You are assuming that the
buffer will actually be used. Not at all, in practice only a very small
fraction will ever be used. It is there for unusual cases. Now your point
is that in these unusual cases, it might be better to have a circuit for
chopping things -- possibly -- but this still seems samll potatoes to me.


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