]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-131798: Allow the JIT to remove more int/float/str guards (GH-131800)
authorBrandt Bucher <brandtbucher@microsoft.com>
Tue, 1 Apr 2025 22:10:15 +0000 (15:10 -0700)
committerGitHub <noreply@github.com>
Tue, 1 Apr 2025 22:10:15 +0000 (15:10 -0700)
commit1a9d4a1fb3d4beda7c7e8483af7c6bc7ac477e9f
tree49680ffa71a7d842ae94c40fa45c2c436d9691c5
parentcd69d55f64087f74da816eaf20c34ddeabfdb2bb
GH-131798: Allow the JIT to remove more int/float/str guards (GH-131800)
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-03-27-12-40-21.gh-issue-131800.Xq3n54.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