[Lldb-commits] [lldb] [lldb] Add Checksum to FileSpec (PR #71457)
Greg Clayton via lldb-commits
lldb-commits at lists.llvm.org
Tue Nov 7 12:16:33 PST 2023
clayborg wrote:
So I debugged lldb with lldb and adding a counter into the FileSpec constructor and came up a max of 721833 files after trying to set a breakpoint in Driver.cpp, so that storage is about 16.5MB which isn't too bad. This goes up to 27.5MB with the FileSpec being 40 bytes, so not too bad. Hopefully this won't overwhelm some larger targets in LLDB memory wise
https://github.com/llvm/llvm-project/pull/71457
More information about the lldb-commits
mailing list