]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-131798: JIT: split call method and call builtin opcodes into smaller uops (#146463)
authorKumar Aditya <kumaraditya@python.org>
Thu, 26 Mar 2026 14:20:57 +0000 (19:50 +0530)
committerGitHub <noreply@github.com>
Thu, 26 Mar 2026 14:20:57 +0000 (14:20 +0000)
commitbfdaa3c5657f3bc313387b4aad20d06909e3d73e
tree82de7df550e88fb06572e7f1364b2d64abe8622e
parent0e543055b01203b7a26424675913de3284375a40
gh-131798: JIT: split call method and call builtin opcodes into smaller uops (#146463)
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
Modules/_testinternalcapi/test_cases.c.h
Python/bytecodes.c
Python/executor_cases.c.h
Python/generated_cases.c.h
Python/optimizer_bytecodes.c
Python/optimizer_cases.c.h