[llvm] Reduce llvm-gsymutil memory usage (PR #91023)
Kevin Frei via llvm-commits
llvm-commits at lists.llvm.org
Tue May 21 06:07:16 PDT 2024
kevinfrei wrote:
> OK. I think this two lock thing makes sense in my head. One concern I have is that between locks in tryExtractDIEsIfNeeded it switches to clearDIEs.
Oooh! You're right: There's a spot in there where bad things could happen. I'll get that fixed.
https://github.com/llvm/llvm-project/pull/91023
More information about the llvm-commits
mailing list