Re: [PATCH v2 0/1] MR9234: ntdll: Call cache_inproc_sync() inside the lock.
20 Oct
2025
20 Oct
'25
8:46 p.m.
Sorry to have missed that. Fwiw I think the lock (and probably a different one, there's no need to lock the fd cache) should be taken again within `cache_inproc_sync` but only for the things where it's actually necessary. It does rather costly calls, like `mmap` and there's things like `InterlockedCompareExchangePointer` in it which are rather pointless otherwise. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/9234#note_119096
62
Age (days ago)
62
Last active (days ago)
0 comments
1 participants
participants (1)
-
Rémi Bernon