]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-130415: Use boolean guards to narrow types to values in the JIT (GH-130659)
authorBrandt Bucher <brandtbucher@microsoft.com>
Sun, 2 Mar 2025 21:21:34 +0000 (13:21 -0800)
committerGitHub <noreply@github.com>
Sun, 2 Mar 2025 21:21:34 +0000 (13:21 -0800)
commit7afa476874b9a432ad6dbe9fb3e65d62f2999f88
tree53e88fb36267f0bacc8d326f38dcadfb441f8c6e
parentc6513f7a627c8918a5e3f3733fa47d34a94ddff9
GH-130415: Use boolean guards to narrow types to values in the JIT (GH-130659)
Include/internal/pycore_optimizer.h
Lib/test/test_capi/test_opt.py
Misc/NEWS.d/next/Core_and_Builtins/2025-02-27-17-05-05.gh-issue-130415.iijvfW.rst [new file with mode: 0644]
Python/optimizer_analysis.c
Python/optimizer_bytecodes.c
Python/optimizer_cases.c.h
Python/optimizer_symbols.c