1
Fork 0
rust/library/core
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
..
benches Fix typos 2024-12-27 21:35:57 +08:00
src Auto merge of #135384 - saethlin:inline-copy-from-slice, r=joboet 2025-01-12 20:16:25 +00:00
tests Add inherent versions of MaybeUninit methods for slices 2025-01-11 23:57:00 -05:00
Cargo.toml Teach rust core about Xtensa VaListImpl and add a custom lowering of vaarg for xtensa. 2024-12-03 10:54:08 +00:00