]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-130415: Optimize constant comparison in JIT builds (GH-131489)
authorSavannah Ostrowski <savannahostrowski@gmail.com>
Fri, 21 Mar 2025 18:23:12 +0000 (11:23 -0700)
committerGitHub <noreply@github.com>
Fri, 21 Mar 2025 18:23:12 +0000 (11:23 -0700)
commitb92ee14b80cc8898f799aa8120ec99dd0c882339
treea32440d8906db0dc9393983205d43b3cfb4eef41
parent0de5e0c5442abddbe17481ef450e4abc992058f5
GH-130415: Optimize constant comparison in JIT builds (GH-131489)
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-03-20-03-45-20.gh-issue-130415.VtJhoG.rst [new file with mode: 0644]
Python/bytecodes.c
Python/executor_cases.c.h
Python/optimizer_bytecodes.c
Python/optimizer_cases.c.h