June 28, 2023
4:06 p.m.
On Thu Jun 22 07:31:50 2023 +0000, Rémi Bernon wrote:
I think that it's actually not needed for the same reasons as described below: everything that is accessed in between is volatile. Right, it should be fine as long as there is no intermediate non-volatile memory access (not necessarily an explicit variable) that interacts with the shared data / seqlock.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/3103#note_37149