[PATCH] D157459: Make DWARFContext more thread safe.
Alex Langford via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 22 11:52:37 PDT 2023
bulbazord added a comment.
In D157459#4604989 <https://reviews.llvm.org/D157459#4604989>, @clayborg wrote:
> Any interest in this happening, or should I abandon and change llvm-gsymutil to just avoid threading?
I'm still interested in seeing this happen, parsing DWARF in concurrent contexts is important. I don't think the current proposed solution addresses my concerns, but I don't particularly care if you go with my suggestion or Jonas's. I'd be interested in hearing what @dblaikie has to say.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D157459/new/
https://reviews.llvm.org/D157459
More information about the llvm-commits
mailing list