Files
rust/library
bors 48a426eca9 Auto merge of #135384 - saethlin:inline-copy-from-slice, r=joboet
Add #[inline] to copy_from_slice

I'm doing cooked things to CGU partitioning for compiler-builtins (https://github.com/rust-lang/rust/pull/135395) and this was the lone symbol in my compiler-builtins rlib that wasn't an intrinsic. Adding `#[inline]` makes it go away.

Perf report indicates a marginal but chaotic effect on compile time, marginal improvement in codegen. As expected.
2025-01-12 20:16:25 +00:00
..
2025-01-03 20:16:52 -08:00
2024-12-24 19:00:57 +01:00
2024-12-24 19:00:57 +01:00
2024-11-19 18:54:20 +01:00
2025-01-05 01:40:09 +01:00