With the removal of the LLVM global lock in r211277, these functions are now essentially no-ops that serve no useful purpose.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D4216
Get rid of llvm_start/stop_multithreading() functions ClosedPublic Authored by zturner on Jun 19 2014, 9:32 AM.
Details Summary With the removal of the LLVM global lock in r211277, these functions are now essentially no-ops that serve no useful purpose.
Diff Detail
Event Timelinezturner updated this object. This revision is now accepted and ready to land.Jun 19 2014, 9:35 AM
Revision Contents
Diff 10648 llvm/trunk/docs/ProgrammersManual.rst
llvm/trunk/include/llvm-c/Core.h
llvm/trunk/include/llvm/Support/ManagedStatic.h
llvm/trunk/include/llvm/Support/Threading.h
llvm/trunk/lib/IR/Core.cpp
llvm/trunk/lib/Support/Threading.cpp
llvm/trunk/unittests/Support/ManagedStatic.cpp
|