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 06/14] Extend the test suite for TSX and add some new tests to test elision


On 06/28/2013 10:48 AM, Andi Kleen wrote:
>>
>> This patch depends on pthread_mutexattr_setelision_np from patch #11.
> 
> The new interfaces are ifdefed, so it'll build either way.
> 
> The test cases have too much churn for me to maintain separate versions,
> sorry.
> 
> Besides the test coverage is very poor without the interfaces, so I 
> need it for my testing. If removing the interfaces really
> is a firm requirement I'll just remove the tests instead.

I'm confused, if you build with elision turned on then all the default
mutexes are elided, so why do you need to call the new interface to
turn on elision?

If the existing testsuite runs cleanly with just the base elision patches
then we don't need this new test until we add the new interfaces.

Does the testsuite run cleanly without patch #6?

Cheers,
Carlos.


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