Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 #78780. I am not sure if it will hurt or help. cc `@cjgillot`
- Loading branch information