[llvm] Reduce llvm-gsymutil memory usage (PR #91023)

via llvm-commits llvm-commits at lists.llvm.org
Mon May 6 17:05:38 PDT 2024


================
@@ -257,6 +258,9 @@ class DWARFUnit {
 
   std::shared_ptr<DWARFUnit> DWO;
 
+  mutable llvm::sys::RWMutex m_cu_die_array_mutex;
----------------
jeffreytan81 wrote:

These two do not align with the naming convention of other fields in this class.

https://github.com/llvm/llvm-project/pull/91023


More information about the llvm-commits mailing list