]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-131798: Narrow types more aggressively in the JIT (GH-134373)
authorBrandt Bucher <brandtbucher@microsoft.com>
Tue, 20 May 2025 22:09:51 +0000 (18:09 -0400)
committerGitHub <noreply@github.com>
Tue, 20 May 2025 22:09:51 +0000 (18:09 -0400)
commit2f0570caf490d4edbfbfd75c529cdee24f6edb8a
treeff4b0e0a7736df5a522699c5f2502d011c8764f7
parente1c0c451a2ff815fc817e71ec15c37bff9cb84d0
GH-131798: Narrow types more aggressively in the JIT (GH-134373)
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-05-20-13-58-18.gh-issue-131798.hG8xBw.rst [new file with mode: 0644]
Python/bytecodes.c
Python/executor_cases.c.h
Python/optimizer_analysis.c
Python/optimizer_bytecodes.c
Python/optimizer_cases.c.h
Python/optimizer_symbols.c