You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dbghelp: Change the order in which we try to load modules.
Change from:
dll.so > PE image > ELF/Mach-O image
into
PE image > dll.so > ELF/Mach-O image
and only resychronizing ELF/Mach-O modules after PE image loading failed.
This reduces quite a lot loading time for PE images (6/7ms => 1/2ms, local
values, YMMV).
CW-Bug-Id: https://www.codeweavers.com/support/bugs/browse/?cmd=bug_edit;bug_id=23138
0 commit comments