This is the mail archive of the gcc-patches@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]
Other format: [Raw text]

Re: libstdc++: actually use BUFSIZE for basic_filebufs


Florian Weimer wrote:
> The actual buffer is heap-allocated, so this shouldn't be an issue.
> Inter-procedural constant propagation could be a problem, but I doubt
> GCC is smart enough for that (and the semantics will need to be
> carefully chosen for templatized code anyway).
>   
Oh yes, dumb me, I was also noticing the same.
> I will post benchmark results once I've got them.
>   
That would be nice, yes.

Paolo.


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