https://bugs.kde.org/show_bug.cgi?id=253657
--- Comment #30 from Daniel Lehman <dlehma...@gmail.com> --- Created attachment 125416 --> https://bugs.kde.org/attachment.cgi?id=125416&action=edit bool to skip msvc x64 code path in non-wine case > The obvious fix is to keep a boolean indicating whether any Windows unwind > info has been loaded, and if false, just skip this call. That would remove > the > perf hit for non-Wine use. something like the attached? i based it on FPO_info_present. the patch is rebased against the rollup. it still works with the above test case on 64-bit wine but i verified it is not called with non-wine (using python -c "import numpy") -- You are receiving this mail because: You are watching all bug changes.