This is the mail archive of the gcc-bugs@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: libstdc++/2211: Performance regression for cin.read with respect to g++-2.95.2 ?


> Long term, I'd like to understand...
> Are you still aiming at the libio version or is this completely dumped.
> Can it correct this bufferng problem ?

The libio version, as it exists now, won't work. It would have to be 
re-written for the V3 ABI anyway. That's part of the reason for the stdio 
model that's being currently used.

I'm not interested in re-writing the libio version until there is full 
support for locales and wide streams in libstdc++. Thus, I'm working on the 
locale bits. At some point, libio support might be addressed but not anytime soon.

Hope this answers your question.

-benjamin


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