Make codegen treat inline fns the same as regular fns in non-opt builds #54089
Labels
A-codegen
Area: Code generation
A-incr-comp
Area: Incremental compilation
I-compiletime
Issue: Problems and improvements with respect to compile times.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
WG-compiler-performance
Working group: Compiler Performance
WG-llvm
Working group: LLVM backend code generation
See #53963 (comment) and following. There's no need to create private duplicates of
#[inline]
functions in debug builds, since we don't even run an inlining pass there.The text was updated successfully, but these errors were encountered: