]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-115802: Use the GHC calling convention in JIT code (GH-118287)
authorBrandt Bucher <brandtbucher@microsoft.com>
Wed, 1 May 2024 15:05:53 +0000 (08:05 -0700)
committerGitHub <noreply@github.com>
Wed, 1 May 2024 15:05:53 +0000 (08:05 -0700)
commit49baa656cb994122869bc807a88ea2f3f0d7751b
tree6e8dca68a9b31ded4bcb2d3133e8edbb5022f526
parentbeb653cc24275025708758d444835db2ddbb74e4
GH-115802: Use the GHC calling convention in JIT code (GH-118287)
Include/cpython/optimizer.h
Lib/test/test_perf_profiler.py
Python/jit.c
Python/optimizer.c
Tools/jit/_targets.py
Tools/jit/_writer.py
Tools/jit/template.c
Tools/jit/trampoline.c [new file with mode: 0644]