[Lldb-commits] [lldb] [WIP] [lldb][TypeSystemClang] Create clang::SourceLocation from DWARF and attach to AST (PR #127829)

Michael Buch via lldb-commits lldb-commits at lists.llvm.org
Mon Feb 24 08:00:05 PST 2025


Michael137 wrote:

I looked at the memory footprint of LLDB while debugging LLDB and there wasn't noticeable difference in resident memory usage between top-of-tree and this patch. I made sure to evaluate expressions that open up large source files. I do agree it feels a bit weird to be paying for opening source files if we only ever use it in diagnostics (not the common case). But maybe that's a cost worth paying?

https://github.com/llvm/llvm-project/pull/127829


More information about the lldb-commits mailing list