[PING] [PATCH] Fix parameters of __tsan_vptr_update

Dmitry Vyukov dvyukov@google.com
Wed Jan 21 16:17:00 GMT 2015


On Wed, Jan 21, 2015 at 5:38 PM, Bernd Edlinger
<bernd.edlinger@hotmail.de> wrote:
> Hi,
>
> On 21 Jan 2015 17:57:10, Dmitry Vyukov wrote:
>> Subject: Re: [PING] [PATCH] Fix parameters of __tsan_vptr_update
>> To: bernd.edlinger@hotmail.de
>> CC: konstantin.s.serebryany@gmail.com; mikestump@comcast.net; kcc@google.com; jakub@redhat.com; richard.guenther@gmail.com; gcc-patches@gcc.gnu.org
>>
>> Refactored tests in clang to use barrier_init/wait:
>> http://llvm.org/viewvc/llvm-project?view=revision&revision=226659
>>
>> There are still few sleep call, like when we need to wait for a thread
>> to exit (there is really no point to insert barrier_wait); or when we
>> need to wait for a thread to _block_ inside of pthread_cond_wait; or
>> when a thread needs to process signals. But all remaining uses of
>> sleep are commented.
>>
>
> Wow. That was quick!
> You should no longer need the %deflake thing now, right?


You are right.
But I am somewhat tired of editing hundreds of files for today. Why
did I write so many tests, stupid!?



More information about the Gcc-patches mailing list