about summary refs log tree commit diff
path: root/compiler/rustc_llvm/llvm-wrapper/PassWrapper.cpp
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2021-01-10 01:08:41 +0000
committerbors <bors@rust-lang.org>2021-01-10 01:08:41 +0000
commit7cf205610e1310897f43b35713a42459e8b40c64 (patch)
tree433c639cc14208082e96d280d28fb3271829e926 /compiler/rustc_llvm/llvm-wrapper/PassWrapper.cpp
parentf30733adb9150a9b965a6af1650d5213bec8ddf6 (diff)
parent0215b3a45644925fa7ec4e9c1e71e9a0c7e21dd3 (diff)
downloadrust-7cf205610e1310897f43b35713a42459e8b40c64.tar.gz
rust-7cf205610e1310897f43b35713a42459e8b40c64.zip
Auto merge of #80831 - jyn514:no-inline, r=Mark-Simulacrum
Don't mark `force_query_with_job` as `inline(always)`

It's rather large, and using `inline(always)` forces it to be recompiled
in each calling crate. Hopefully this change will help with #65031. I intentionally only removed inline from `force_query_with_job` because the other functions are tiny and I wanted to measure this change on its own.

This may conflict with https://github.com/rust-lang/rust/issues/78780. I am not sure if it will hurt or help.

cc `@cjgillot`
Diffstat (limited to 'compiler/rustc_llvm/llvm-wrapper/PassWrapper.cpp')
0 files changed, 0 insertions, 0 deletions