qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 0/5] More thread sanitizer fixes and atomic.h im


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH 0/5] More thread sanitizer fixes and atomic.h improvements
Date: Fri, 14 Oct 2016 11:55:14 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0


On 13/10/2016 21:29, Emilio G. Cota wrote:
>     qht-bench: relax test_start/stop atomic accesses
>     
>     test_start/stop are used only as flags to loop on. Barriers are 
> unnecessary,
>     since no dependent data is transferred among threads apart from the flags
>     themselves.
>     
>     This commit relaxes the three accesses to test_start/stop that were
>     not yet relaxed.
>     
>     Signed-off-by: Emilio G. Cota <address@hidden>

Sure, added this as a separate patch.

Paolo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]