Peter Damianov wote:
MapViewOfFileExNuma is only present when _WIN32_WINNT >= 0x0600 (Windows Vista
or later). The code is passing NUMA_NO_PREFERRED_MODE, and that is documented
as:
No NUMA node is preferred. This is the same as calling the MapViewOfFileEx
function.
...
* caf/shmem/shared_memory.c (shared_memory_init): Use MapViewOfFileEx
instead of MapViewOfFileExNuma.
LGTM – as I believe that you don't have commit rights, I pushed the commit as:r17-925-ga0a4ee875a49c7 / https://gcc.gnu.org/r17-925-ga0a4ee875a49c7
Thanks for the patch! Tobias