Module: wine
Branch: master
Commit: 69bbefac5f01dd347df461131f01f113dbcaf044
URL: http://source.winehq.org/git/wine.git/?a=commit;h=69bbefac5f01dd347df461131…
Author: Eric Pouech <eric.pouech(a)orange.fr>
Date: Sat Sep 6 22:20:19 2008 +0200
dbghelp: While loading MSC debug info, don't handle public symbol at once, but delay their handling after all other symbols are loaded.
This allows to handle properly addresses between public and real
symbols. It should also increase drastically the performance of
.dbg/.pdb loading.
---
dlls/dbghelp/msc.c | 223 ++++++++++++++++++++++++++++++++++++----------------
1 files changed, 155 insertions(+), 68 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=69bbefac5f01dd347df46…