The article investigates the effects of inlining all functions in LLVM, a key optimization technique in compilers. It discusses the potential drawbacks, such as code duplication and increased compile times, while conducting experiments to assess runtime performance when ignoring these constraints. Ultimately, it highlights the complexities involved in modifying LLVM's inlining behavior and shares insights from experimental results.
+ inlining
llvm ✓
optimization ✓
compilers ✓
performance ✓