Module: wine Branch: refs/heads/master Commit: b51cd5750f9f41f19c192a231a16f749fc77ee23 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=b51cd5750f9f41f19c192a23...
Author: Eric Pouech eric.pouech@wanadoo.fr Date: Sun Jun 18 21:31:13 2006 +0200
dbghelp: Dwarf abbrev table is now a sparse array.
- added a pool for memory allocation when parsing a compilation unit - now using the brand new sparse array for the abbrev table
---
dlls/dbghelp/dwarf.c | 206 +++++++++++++++++++------------------------------- 1 files changed, 77 insertions(+), 129 deletions(-)
Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=b51cd5750f9f41f19c19...