31 Jan
2024
31 Jan
'24
5:33 p.m.
On Wed Jan 31 17:32:57 2024 +0000, Jinoh Kang wrote:
The shared mapping allocation affects existing code path, so I'm inclined to believe that out-of-memory regression is inevitable, especially for 32bit apps. Instead, how about calling `wine_server_handle_to_fd()` (include/wine/server.h) on the mapping and passing the returned fd to mmap(2)? No pooling necessary. (FWIW this is approximately what we're doing for KUSD.)
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/3103#note_59681