[llvm-commits] [llvm] r85728 - in /llvm/trunk: include/llvm/TypeSymbolTable.h lib/Transforms/Scalar/SimplifyCFGPass.cpp lib/VMCore/Constants.cpp lib/VMCore/ConstantsContext.h lib/VMCore/LLVMContextImpl.h lib/VMCore/LeakDetector.cpp lib/VMCore/LeaksContext.h lib/VMCore/Type.cpp lib/VMCore/TypeSymbolTable.cpp lib/VMCore/Value.cpp

Chris Lattner sabre at nondot.org
Sun Nov 1 11:31:51 PST 2009


On Nov 1, 2009, at 11:24 AM, Owen Anderson wrote:

>
> I have one concern about this.  There are a few places in the  
> codebase that still use the global context, because they're just  
> creating sentinel objects, and it proved inconvenient to get a real  
> context to them.  In these cases, you can have multiple threads  
> accessing a single context.

If so, they are already broken.  Nothing in the main codebase is using  
threads.

-Chris



More information about the llvm-commits mailing list