-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Open
Labels
A-codegenArea: Code generationArea: Code generationA-incr-compArea: Incremental compilationArea: Incremental compilationC-optimizationCategory: An issue highlighting optimization opportunities or PRs implementing suchCategory: An issue highlighting optimization opportunities or PRs implementing suchI-compiletimeIssue: Problems and improvements with respect to compile times.Issue: Problems and improvements with respect to compile times.T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.WG-compiler-performanceWorking group: Compiler PerformanceWorking group: Compiler PerformanceWG-llvmWorking group: LLVM backend code generationWorking group: LLVM backend code generation
Description
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.
scottmcm and jonas-schievink
Metadata
Metadata
Assignees
Labels
A-codegenArea: Code generationArea: Code generationA-incr-compArea: Incremental compilationArea: Incremental compilationC-optimizationCategory: An issue highlighting optimization opportunities or PRs implementing suchCategory: An issue highlighting optimization opportunities or PRs implementing suchI-compiletimeIssue: Problems and improvements with respect to compile times.Issue: Problems and improvements with respect to compile times.T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.WG-compiler-performanceWorking group: Compiler PerformanceWorking group: Compiler PerformanceWG-llvmWorking group: LLVM backend code generationWorking group: LLVM backend code generation