]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-115480: Reduce guard strength for binary ops when type of one operand is known...
authorMark Shannon <mark@hotpy.org>
Mon, 22 Apr 2024 12:34:06 +0000 (13:34 +0100)
committerGitHub <noreply@github.com>
Mon, 22 Apr 2024 12:34:06 +0000 (13:34 +0100)
commita6647d16abf4dd65997865e857371673238e60bf
treeb4ebfbfb86f0962d766f09d3d54513a9b38b0669
parentceb6038b053c403bed3ca3a8bd17b7e3fc9aab7d
GH-115480: Reduce guard strength for binary ops when type of one operand is known already (GH-118050)
Include/internal/pycore_optimizer.h
Include/internal/pycore_uop_ids.h
Include/internal/pycore_uop_metadata.h
Lib/test/test_capi/test_opt.py
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