]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-131798: JIT: Split CALL_TYPE_1 into several uops (GH-132419)
authorTomas R. <tomas.roun8@gmail.com>
Tue, 22 Apr 2025 16:30:38 +0000 (18:30 +0200)
committerGitHub <noreply@github.com>
Tue, 22 Apr 2025 16:30:38 +0000 (09:30 -0700)
commita6a3dbb7db0516a72c5ef149223d904f4e6a31ae
tree99b48ba60bf96d77b062d01966341f4a30c15be9
parent87b1ea016b1454b1e83b9113fa9435849b7743aa
GH-131798: JIT: Split CALL_TYPE_1 into several uops (GH-132419)
Include/internal/pycore_opcode_metadata.h
Include/internal/pycore_uop_ids.h
Include/internal/pycore_uop_metadata.h
Lib/test/test_capi/test_opt.py
Misc/NEWS.d/next/Core_and_Builtins/2025-04-11-22-01-07.gh-issue-131798.TTu_xH.rst [new file with mode: 0644]
Python/bytecodes.c
Python/executor_cases.c.h
Python/generated_cases.c.h
Python/optimizer_bytecodes.c
Python/optimizer_cases.c.h