Missed optimization on fixed-size bytes comparison #69024
Labels
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
C-optimization
Category: An issue highlighting optimization opportunities or PRs implementing such
I-slow
Issue: Problems and improvements with respect to performance of generated code.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
https://play.rust-lang.org/?version=stable&mode=release&edition=2018&gist=99eabb4a672da50556a9eb7d4f4016e9
cc #62531
The generated assembly calles into
memcmp
, but still is slower.The text was updated successfully, but these errors were encountered: