[PATCH 0/2] dbghelp speed up

Eric Pouech eric.pouech at orange.fr
Sat Jan 8 07:15:18 CST 2011


The following series replaces the current algorithm for adding a new source
file into a module with a wine red-black tree.
When running the winedbg test suite, I get a 50% speed improvement (against an 
acceptable memory increase - 16 to 32kB for the largest modules (like libc),
1-4k for the regular ones (most of the wine DLLs).

YMMV

A+
---

Eric Pouech (2):
      [DbgHelp]: better support for OOM conditions when creating source file table
      [DbgHelp]: speed up source string creation (by using rb trees)


 0 files changed, 0 insertions(+), 0 deletions(-)

-- 
Eric Pouech



More information about the wine-patches mailing list