On 06.12.2018 19:59, Maxime Coquelin wrote:
> Hi Ilya,
>
> On 12/5/18 2:52 PM, Ilya Maximets wrote:
>> On 05.12.2018 12:49, Maxime Coquelin wrote:
>>> Cast to volatile is done when reading avail index and writing
>>> the used index. This would not be necessary if proper barriers
>>> are used.
>>
>
Hi Ilya,
On 12/5/18 2:52 PM, Ilya Maximets wrote:
On 05.12.2018 12:49, Maxime Coquelin wrote:
Cast to volatile is done when reading avail index and writing
the used index. This would not be necessary if proper barriers
are used.
'volatile' and barriers are not really connected. 'volatile' is
On 05.12.2018 12:49, Maxime Coquelin wrote:
> Cast to volatile is done when reading avail index and writing
> the used index. This would not be necessary if proper barriers
> are used.
'volatile' and barriers are not really connected. 'volatile' is
the disabling of the compiler optimizations, whil
3 matches
Mail list logo