bug-textutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

textutils single threaded performance enhancment


From: Padraig Brady
Subject: textutils single threaded performance enhancment
Date: Tue, 25 Sep 2001 15:56:14 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.4) Gecko/20010913

Hi,

All of textutils are single threaded. However they don't take advantage
of the *_locked() functions, even though 95% of the support config code
is there I think. For e.g. there is ./lib/unlocked-io.h which is indirectly
included by ./src/*.c but there is a #ifdef USE_UNLOCKED_IO around
it. Trying to manually build using this, like:
CPPFLAGS=-DUSE_UNLOCKED_IO ./configure; make
gives compile errors with the wrong number of arguments to being
passed to *_locked(). Also none of ./lib/*.c make any attempt to
#include "unlocked-io.h"

Padraig.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]