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


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

Re: gcc-3_0-branch cstdio=libio == libstdc++ doing miserable on make check


Benjamin Kosnik <bkoz@redhat.com> writes:

> > Is that really the
> > case with libio?  I thought the performance advantage was significant.
> 
> Apparently not.

I cannot believe this.  The main advantage of libio is that you don't
have to unbuffer the C library stdin, stdout, stderr streams to enable
correct synchronization.  Unless you conditionally drop this
requirement you'll have bad performance problems.

-- 
---------------.                          ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Red Hat          `--' drepper at redhat.com   `------------------------


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