qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 2/5] atomics: update documentation


From: Paolo Bonzini
Subject: Re: [PATCH 2/5] atomics: update documentation
Date: Tue, 7 Apr 2020 17:52:59 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.5.0

On 07/04/20 17:25, Richard Henderson wrote:
> On 4/7/20 7:07 AM, Paolo Bonzini wrote:
>> +- release operations will appear to happen, with respect to the other
>> +  components of the system, after all the LOAD or STORE operations
>> +  specified afterwards.
> "specified before", not after for release.

Not the only one such pasto (e.g. "operations coming after
``atomic_store_release()`` can still be reordered before it", the text
said "after").  I have fixed all of them.

Paolo




reply via email to

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