]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-131798: JIT: Optimize _CALL_LEN when the length is known (#135260)
authorTomas R. <tomas.roun8@gmail.com>
Fri, 20 Jun 2025 16:21:39 +0000 (18:21 +0200)
committerGitHub <noreply@github.com>
Fri, 20 Jun 2025 16:21:39 +0000 (18:21 +0200)
commit61532b4bc783c1570c0fd7fb2ff5f8157cf64e82
tree78145c65969f0814f1e6765bb478ffa14392e651
parent59963e866a1bb8128a50cd53d1b13eeab03df06e
gh-131798: JIT: Optimize _CALL_LEN when the length is known (#135260)

* Add news entry

* Optimize _CALL_LEN

* Simplify tests
Lib/test/test_capi/test_opt.py
Misc/NEWS.d/next/Core_and_Builtins/2025-06-08-14-24-29.gh-issue-131798.qfw91T.rst [new file with mode: 0644]
Python/optimizer_bytecodes.c
Python/optimizer_cases.c.h