31 Jan
2024
31 Jan
'24
6:01 p.m.
Should we then be worried that mmap will go through NT virtual memory management unnoticed?
That could be a problem, yes, if PE side accesses the mapping directly. We could avoid this by just shifting everything accessing the mapping to the Unix side. In case PE-side access becomes *ever* necessary/critical for performance, then we can start considering pooling at that point. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/3103#note_59692