Strange jmp 0
emitted in size-optimized x86-64 assembly
#127375
Labels
A-codegen
Area: Code generation
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
C-optimization
Category: An issue highlighting optimization opportunities or PRs implementing such
I-heavy
Issue: Problems and improvements with respect to binary size of generated code.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
I tried this code:
I expected to see this happen: assembly that looks something like this:
Instead, this happened: the following assembly:
Meta
rustc --version --verbose
:The text was updated successfully, but these errors were encountered: