[Lldb-commits] [PATCH] D149214: [lldb] Speed up DebugAbbrev parsing

Alex Langford via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu May 11 19:21:26 PDT 2023


bulbazord abandoned this revision.
bulbazord added a comment.

Thanks for the reviews and suggestions. I took a step back and looked at DWARFAbbreviationDeclaration and DWARFAttribute in more detail and I've decided I'm going to take this in a slightly different direction. I don't want to repurpose this diff because I'm making a different design decision, but I don't want people here to lose context so I'm going to link this review in the other one. I've added everyone here as reviewers (and more).

New patch: https://reviews.llvm.org/D150418


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D149214/new/

https://reviews.llvm.org/D149214



More information about the lldb-commits mailing list