rust/library/core
AngelicosPhosphoros f8a12c6311 Add some #[inline(always)] to arithmetic methods of integers
I tried to add it only to methods which return results of intrinsics and don't have any branching.
Branching could made performance of debug builds (`-Copt-level=0`) worse.
Main goal of changes is allowing wider optimizations in `-Copt-level=1`.

Closes: https://github.com/rust-lang/rust/issues/75598
2021-04-11 21:19:39 +03:00
..
benches add bench 2021-03-18 00:25:20 +01:00
src Add some #[inline(always)] to arithmetic methods of integers 2021-04-11 21:19:39 +03:00
tests Rollup merge of #81938 - lukaslueg:stab_peek_mut, r=Amanieu 2021-04-08 20:29:57 +02:00
Cargo.toml Auto merge of #82271 - Aaron1011:debug-refcell, r=m-ou-se 2021-03-23 04:49:47 +00:00