[PATCH] D12087: always_inline codegen rewrite
Richard Smith via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 4 17:08:22 PDT 2015
rsmith added inline comments.
================
Comment at: lib/CodeGen/CodeGenModule.h:505
@@ +504,3 @@
+
+ llvm::SetVector<llvm::Function*> AlwaysInlineFunctions;
+
----------------
Did you try making this a vector? It'd be nice to avoid the set overhead here if we can.
Repository:
rL LLVM
http://reviews.llvm.org/D12087
More information about the cfe-commits
mailing list