As was requested in D36313 thread,
with this patch section names and uniqueness calculated once,
and not every time when a range is dumped.
Paths
| Differential D36740
[llvm-dwarfdump] - Refactor section name/uniqueness gathering. ClosedPublic Authored by grimar on Aug 15 2017, 7:58 AM.
Details Summary As was requested in D36313 thread, with this patch section names and uniqueness calculated once,
Diff Detail
Event Timeline
Comment Actions
Comment Actions Nah, that's OK - just do it the non-lazy (original) way. Can muck with it if it ever turns out to be a real issue. This revision is now accepted and ready to land.Aug 15 2017, 8:45 AM Closed by commit rL310923: [llvm-dwarfdump] - Refactor section name/uniqueness gathering. (authored by grimar). · Explain WhyAug 15 2017, 8:55 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 111183 llvm/trunk/include/llvm/DebugInfo/DWARF/DWARFObject.h
llvm/trunk/include/llvm/DebugInfo/DWARF/DWARFSection.h
llvm/trunk/lib/DebugInfo/DWARF/DWARFContext.cpp
llvm/trunk/lib/DebugInfo/DWARF/DWARFDie.cpp
|