[llvm-dev] With -flto, is manual inline unnecessary?

Peng Yu via llvm-dev llvm-dev at lists.llvm.org
Fri Jan 18 22:42:33 PST 2019


Hi,

With LTO, it seems that compilers should have the information to
decide whether to inline a function or not. In this case, is it
unnecessary to specify functions as inline in C/C++ code?

-- 
Regards,
Peng


More information about the llvm-dev mailing list