[llvm-dev] Proposal for O1/Og Optimization and Code Generation Pipeline
David Greene via llvm-dev
llvm-dev at lists.llvm.org
Fri Mar 29 08:41:08 PDT 2019
Eric Christopher via llvm-dev <llvm-dev at lists.llvm.org> writes:
> - Inlining: always_inline and normal inlining passes
This gives me some pause. Many a time I've been in gdb, tried to
execute a method and been told "sorry, can't find this, maybe it was
inlined."
That said, inlining is absolutely crucial for any kind of performance
with C++, so maybe this is an ok tradeoff. Just wanted to raise the
point.
-David
More information about the llvm-dev
mailing list