[Lldb-commits] [lldb] Improve performance of .debug_names lookups when DW_IDX_parent attributes are used (PR #91808)
Zequan Wu via lldb-commits
lldb-commits at lists.llvm.org
Tue May 28 08:46:27 PDT 2024
ZequanWu wrote:
Discussed with Pavel, I applied this change to https://github.com/llvm/llvm-project/pull/92328/ so we can ensure the DIEs from the index is always definition DIEs and avoid duplicate/expensive checks later.
https://github.com/llvm/llvm-project/pull/91808
More information about the lldb-commits
mailing list