]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-131798: Split up and optimize CALL_STR_1 in the JIT (GH-132849)
authorTomas R. <tomas.roun8@gmail.com>
Thu, 24 Apr 2025 19:54:46 +0000 (21:54 +0200)
committerGitHub <noreply@github.com>
Thu, 24 Apr 2025 19:54:46 +0000 (12:54 -0700)
commit0a387b311e617a9a614c593551d3c04a37331e53
tree825bd410f95ff8a77fb138188014fb5b2e0d8be3
parentc7a7aa9a57c25ef2666f7dbf62edab882747af6b
GH-131798: Split up and optimize CALL_STR_1 in the JIT (GH-132849)
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-42-55.gh-issue-131798.wVQ1Gt.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