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


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. Indeed on most systems with
allocate on use, this is not real memory that is used at all, just
unused virtual memory space. Declaring large buffers like this should
be close to free.


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