llvm-project/lldb/source/Plugins/Process
Greg Clayton 3b608422e8 Further performance improvements in the DWARF parser:
1 - the DIE collections no longer have the NULL tags which saves up to 25%
    of the memory on typical C++ code
2 - faster parsing by not having to run the SetDIERelations() function anymore
    it is done when parsing the DWARF very efficiently.

llvm-svn: 144983
2011-11-19 02:11:30 +00:00
..
Linux Patch from Dragos Tatulea which was a modified version of a patch from 2011-11-05 01:09:16 +00:00
MacOSX-Kernel Fixed the issue that was causing our monitor process threads to crash, it 2011-11-17 04:46:02 +00:00
Utility Fixed the Xcode project building of LLVM to be a bit more user friendly: 2011-11-04 03:34:56 +00:00
gdb-remote Further performance improvements in the DWARF parser: 2011-11-19 02:11:30 +00:00