]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-131798: Split CALL_LEN into several uops (GH-133180)
authorDiego Russo <diego.russo@arm.com>
Mon, 5 May 2025 21:31:48 +0000 (22:31 +0100)
committerGitHub <noreply@github.com>
Mon, 5 May 2025 21:31:48 +0000 (14:31 -0700)
commit9cc77aaf9dce6ffa82786dc77f7f83387c857cad
treebad9c9571b5d810092e6eab6be6599de4f910aca
parent893034cf939c879cd628c94d1d79b3a5cfb641dd
GH-131798: Split CALL_LEN into several uops (GH-133180)
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-30-00-21-54.gh-issue-131798.D6T5_u.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
Python/specialize.c