25 Oct
2022
25 Oct
'22
6:11 p.m.
Zebediah Figura (@zfigura) commented about dlls/ntdll/unix/server.c:
sigset_t old_set; int signaled;
+ /* ensure writes so far are visible to other threads */ + MemoryBarrier(); +
I don't think this is a sufficient explanation. What reordering does this prevent? What memory barrier is this paired with? (Itself?) -- https://gitlab.winehq.org/wine/wine/-/merge_requests/741#note_12077