[Lldb-commits] [PATCH] D149214: [lldb] Speed up DebugAbbrev parsing
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Apr 28 04:34:14 PDT 2023
labath added a comment.
I guess the most efficient (performance- and memory-wise) approach would be to have a global (well, scoped to a DWARFUnit or something) array of DWARFAttribute objects, and have the individual abbreviations just store pointers/indexes to that.
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