March 26, 2026
10:17 p.m.
On Thu Mar 26 22:17:20 2026 +0000, Jinoh Kang wrote:
If we're relaxing fences, maybe we should use acqrel for decrement too? Acquire release semantics are indeed enough here.
The last version uses only release even, and saves the acquire cost on every non-final decrement. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10463#note_133947