[Lldb-commits] [lldb] Improve performance of .debug_names lookups when DW_IDX_parent attributes are used (PR #91808)
Alexander Yermolovich via lldb-commits
lldb-commits at lists.llvm.org
Thu May 23 12:04:40 PDT 2024
ayermolo wrote:
OK, thanks for detailed explanation.
Will re-read few more time to fully process it. :)
I'll change BOLT behavior to reflect the new clang behavior. If there is a forward delcaration (skeleton die), the parent chain won't skip it, but instead won't emit parent for it's children.
https://github.com/llvm/llvm-project/pull/91808
More information about the lldb-commits
mailing list