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

Alexey Lapshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 18 03:54:42 PST 2023


avl added a comment.

In D140841#4059769 <https://reviews.llvm.org/D140841#4059769>, @JDevlieghere wrote:

> LGTM for the DwarfLinker.
>
> Alexey, how hard would it be to port over the ConstString implementation to use the ConcurrentHashTable?

I think it should not be hard. Thing which I am not sure at the moment is - would it be OK to have shared local allocators for lldb. Anyway, I will prepare a patch and let`s see.


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