[PATCH] D140841: [DWARFLinkerNext] Add StringPool class.

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 3 12:37:29 PST 2023


dblaikie added a comment.

We probably already have a few StringPools kicking around in LLVM - a multithreaded one sounds like something LLDB already uses (it has a core StringPool for interning strings) - any chance the LLDB one could be sunk into LLVM and reused for your use case as well, for instance?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D140841



More information about the llvm-commits mailing list