[Lldb-commits] [PATCH] D13652: Change ConstString to support massive multi-threaded access
Zachary Turner via lldb-commits
lldb-commits at lists.llvm.org
Mon Oct 12 11:41:55 PDT 2015
zturner added a subscriber: zturner.
================
Comment at: source/Core/ConstString.cpp:175
@@ -174,3 @@
- //------------------------------------------------------------------
- mutable Mutex m_mutex;
- StringPool m_string_map;
----------------
Did you consider changing this to an `llvm::RWMutex`?
http://reviews.llvm.org/D13652
More information about the lldb-commits
mailing list