[PATCH] D102486: Use a non-recursive mutex in GsymCreator.

Noel Grandin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 14 13:24:32 PDT 2021


grandinj added a comment.

In D102486#2759417 <https://reviews.llvm.org/D102486#2759417>, @simon.giesecke wrote:

> GSYM conversion still spends a significant time for locking in `GsymCreator::insertString` even with only 8 threads, so lock contention seems to be generally an issue

Could perhaps start by moving the CachedHashStringRef construction outside the lock?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D102486



More information about the llvm-commits mailing list