This is the mail archive of the libc-alpha@sourceware.org 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: [PATCHv2 0/2] Tunables for glibc


On Wed, May 11, 2016 at 07:21:18PM -0700, Andrew Pinski wrote:
> What is status about this feature?  I have a case where I want to have
> a tunable parameter for pthread_mutex_lock where we spin a little bit
> in userspace before calling futex as people use pthread_mutex's as
> normal locks and in the case of huge number of cores we should not
> call futex if the time spent inside the lock is small.

Florian reviewed the last iteration of the patch and asked me to go
for a more declarative approach where we make the framework aware of
the data type of the tunable.  I'm doing this on my own time and I
haven't had a lot of it lately, due to which iterations of the
patchset are not coming in as regularly as they should.  I have a day
free this weekend and I hope to get a new iteration up in that time.

However if you need this feature more urgently and have a person who
can work on it then let me know and I'll help ramp him/her up and help
with reviews instead.

Siddhesh


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