Skip to content

Commit

Permalink
Auto merge of #105262 - eduardosm:more-inline-always, r=thomcc
Browse files Browse the repository at this point in the history
Make some trivial functions `#[inline(always)]`

This is some kind of follow-up of PRs like rust-lang/rust#85218, rust-lang/rust#84061, rust-lang/rust#87150. Functions that do very basic operations are made `#[inline(always)]` to avoid pessimizing them in debug builds when compared to using built-in operations directly.
  • Loading branch information
bors committed Dec 9, 2022
2 parents 957dd3d + 4fcc512 commit e9d2829
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit e9d2829

Please sign in to comment.