Eric Pouech : dbghelp: While loading MSC debug info, don' t handle public symbol at once, but delay their handling after all other symbols are loaded.

Alexandre Julliard julliard at winehq.org
Mon Sep 8 07:41:28 CDT 2008


Module: wine
Branch: master
Commit: 69bbefac5f01dd347df461131f01f113dbcaf044
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=69bbefac5f01dd347df461131f01f113dbcaf044

Author: Eric Pouech <eric.pouech at 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=69bbefac5f01dd347df461131f01f113dbcaf044



More information about the wine-cvs mailing list