JIT: remove jumps at the end of every micro op on aarch64 #130887
Labels
3.14
new features, bugs and security fixes
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
performance
Performance or resource usage
topic-JIT
triaged
The issue has been accepted as valid by a triager.
Feature or enhancement
Bug description:
AArch64 JIT stencils contain a jump at the end of every micro op:
These jumps need to be removed and replaced with no-ops to keep the alignment of 8 bytes.
Also the current padding mechanism needs to be removed as well.
CPython versions tested on:
CPython main branch
Operating systems tested on:
No response
Linked PRs
The text was updated successfully, but these errors were encountered: