[Lldb-commits] [PATCH] D149214: [lldb] Speed up DebugAbbrev parsing
Adrian Prantl via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Apr 26 15:13:37 PDT 2023
aprantl added a comment.
Did you also measure the extra memory consumption? I would be surprised if this mattered, but we do parse a lot of DWARF DIEs...
Generally this seems fine.
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