]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-131798: Split up and optimize CALL_TUPLE_1 in the JIT (GH-132851)
authorTomas R. <tomas.roun8@gmail.com>
Thu, 24 Apr 2025 22:55:03 +0000 (00:55 +0200)
committerGitHub <noreply@github.com>
Thu, 24 Apr 2025 22:55:03 +0000 (15:55 -0700)
commit08e3389e8c433c16895127e8b745093f071b21b9
treeb6d4616f165052023760cfaf08b001eff2bb73b5
parent15ff60aff0ca28b23c89cb1c0fc8f1f8997ed035
GH-131798: Split up and optimize CALL_TUPLE_1 in the JIT (GH-132851)
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-23-20-54-17.gh-issue-131798.XYlp09.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