26 Apr
2023
26 Apr
'23
7:59 p.m.
Zebediah Figura (@zfigura) commented about dlls/ntdll/unix/system.c:
SYSTEM_CPU_INFORMATION cpu_info = { 0 }; static SYSTEM_PROCESSOR_FEATURES_INFORMATION cpu_features; static char cpu_name[49]; +static ULONG performance_cores[1024]; Does this need to take up a whole page? Should we allocate this dynamically?
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/2710#note_31271