Files
rust/library/core/src
bors 1e5065a4d9 Auto merge of #150945 - scottmcm:tweak-slice-partial-eq, r=Mark-Simulacrum
Tweak `SlicePartialEq` to allow MIR-inlining the `compare_bytes` call

rust-lang/rust#150265 disabled this because it was a net perf win, but let's see if we can tweak the structure of this to allow more inlining on this side while still not MIR-inlining the loop when it's not just `memcmp` and thus hopefully preserving the perf win.

This should also allow MIR-inlining the length check, which was previously blocked, and thus might allow some obvious non-matches to optimize away as well.
2026-01-28 14:31:41 +00:00
..
2025-11-11 23:46:10 +03:00
fix
2025-11-27 17:55:34 +07:00
2026-01-26 17:08:00 +00:00
2025-09-01 21:38:26 -04:00
2026-01-06 23:38:31 +01:00
2025-05-12 15:33:30 +02:00
2025-10-20 12:20:15 -06:00
2026-01-23 15:12:47 +07:00
2025-09-07 21:16:35 -07:00
2025-12-18 19:07:49 -08:00
2025-06-15 22:08:41 +02:00
2025-11-12 14:33:41 +01:00