[llvm-dev] With -flto, is manual inline unnecessary? (original) (raw)
Peng Yu via llvm-dev llvm-dev at lists.llvm.org
Fri Jan 18 22:42:33 PST 2019
- Previous message: [llvm-dev] Ideas and Prep for GSoC 2019
- Next message: [llvm-dev] With -flto, is manual inline unnecessary?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [llvm-dev] Ideas and Prep for GSoC 2019
- Next message: [llvm-dev] With -flto, is manual inline unnecessary?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]