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: [PATCH] NUMA spinlock [BZ #23962]


* H. J. Lu:

> Should glibc have scalable spinlock, in libc.so or a separate shared object?
> Or should we tell people that if they want scalable spinlock, they look
> elsewhere?

I think non-polymorphic, small lock types with scoped locking could make
sense for glibc.

A lock specific to a certain machine architecture seems strange.  We
currently lack any of the kernel NUMA interfaces in glibc, which makes
this stand out even more.

Thanks,
Florian


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