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] aarch64: Optimized implementation of pthread_spin_lock and unlock


Hi,

> i'd prefer to improve the generic c code if
> possible instead of using asm.

Agreed, there isn't really anything performance critical that assembler
could speed up. It's more about what strategy to use if there is any
contention.

But we really need representative benchmarks first. Without that it's
impossible to decide whether a new spinlock implementation is faster.

Cheers,
Wilco

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