Privatize the ValueHandle global map. Because this is used so heavily throughout...
authorOwen Anderson <resistor@mac.com>
Tue, 18 Aug 2009 18:28:58 +0000 (18:28 +0000)
committerOwen Anderson <resistor@mac.com>
Tue, 18 Aug 2009 18:28:58 +0000 (18:28 +0000)
commit4d919438898d542850449235da7f6dc55e6ca152
tree153fa6ef67be7a7242c26df6358afe374b032e02
parent5caba3bcb14fae4b36924463ed2bcf3846f029a9
Privatize the ValueHandle global map.  Because this is used so heavily throughout the code base, locking all accesses to
it is not practical performance-wise.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79355 91177308-0d34-0410-b5e6-96231b3b80d8
lib/VMCore/LLVMContextImpl.h
lib/VMCore/Value.cpp