]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-135904: JIT compiler: Support 19 bit branch instructions on AArch64 for Mach-O...
authorMark Shannon <mark@hotpy.org>
Thu, 23 Oct 2025 15:45:57 +0000 (16:45 +0100)
committerGitHub <noreply@github.com>
Thu, 23 Oct 2025 15:45:57 +0000 (16:45 +0100)
commit61e759c2ee521ccf817293d6150094b618fbeee5
tree954576866215c545c0d5ef29e5adc07ca75ca4f4
parent95953b692db6cbd88139de12d81fb123293ec2d5
GH-135904: JIT compiler: Support 19 bit branch instructions on AArch64 for Mach-O. (GH-140453)

* Insert labels into assembly for custom relocation during stencil creation.
Misc/NEWS.d/next/Core_and_Builtins/2025-10-22-11-30-16.gh-issue-135904.3WE5oW.rst [new file with mode: 0644]
Tools/jit/_optimizers.py
Tools/jit/_stencils.py
Tools/jit/_targets.py