This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc 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: horrible disk thorughput on itanium


Andreas Jaeger <aj@suse.de> writes:

> This should be doable.  We could easily implement libio/putc.c as
> follows:

That's stupid.  Either you use putc_unlocked() as any sane person
should in non-threaded code which then expands inline or you use
__fsetlocking(FSETLOCKING_BYCALLER).  Just because people cannot
program correctly doesn't require the implementation to fix their
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]