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: TSX lock elision for glibc v12


> I don't want to change or expose anything externally if I don't have to.
> This will make it easier for us to just enable elision without risking
> to have to maintain other interfaces, break ABIs, etc.

I don't see the point of checking a new number on all the fast paths
when it doesn't do anything different.

With elision it's just the same as TIMED_NP | NO_ELISION 

So why not use that internally?

I also found flags in general more efficient to handle than new types.

-Andi


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