[PATCH] D15988: Remove static global GCNames from Function.cpp and move it to the Context
Mehdi AMINI via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 7 18:15:30 PST 2016
joker.eph created this revision.
joker.eph added reviewers: vsk, echristo.
joker.eph added a subscriber: llvm-commits.
This remove the need for locking when deleting a function.
http://reviews.llvm.org/D15988
Files:
include/llvm/IR/Function.h
include/llvm/IR/LLVMContext.h
lib/IR/Core.cpp
lib/IR/Function.cpp
lib/IR/LLVMContext.cpp
lib/IR/LLVMContextImpl.h
lib/Transforms/Scalar/PlaceSafepoints.cpp
lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15988.44304.patch
Type: text/x-patch
Size: 6530 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160108/83f2a26a/attachment.bin>
More information about the llvm-commits
mailing list