]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Rework storage management in the Dwarf3 type and variable reader, to
authorJulian Seward <jseward@acm.org>
Fri, 22 Aug 2008 23:18:02 +0000 (23:18 +0000)
committerJulian Seward <jseward@acm.org>
Fri, 22 Aug 2008 23:18:02 +0000 (23:18 +0000)
commit207c05fd20ee16705bad1c14ea4885c0778a40e2
treecbcc71451426351736b932dc7fe8adaea198f695
parent6136f591bae849215b43014af4ba09cacf48cc35
Rework storage management in the Dwarf3 type and variable reader, to
try and reduce its space consumption.  This change changes some long
linked lists into XArrays instead.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8540
coregrind/m_debuginfo/debuginfo.c
coregrind/m_debuginfo/priv_d3basics.h
coregrind/m_debuginfo/priv_storage.h
coregrind/m_debuginfo/priv_tytypes.h
coregrind/m_debuginfo/readdwarf3.c
coregrind/m_debuginfo/tytypes.c