]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-138245: Perform boolean guards by testing a single bit, rather than a full pointer...
authorMark Shannon <Mark.Shannon@arm.com>
Wed, 21 Jan 2026 15:58:27 +0000 (15:58 +0000)
committerGitHub <noreply@github.com>
Wed, 21 Jan 2026 15:58:27 +0000 (15:58 +0000)
commit9eab67d507cf655c877a7450f530c9f3fb8ff1f3
tree1654a53b2abc70d91db833546942f4cec9af027b
parentf52af86cba644b6eeb32506a8948b6bf53a4f363
GH-138245: Perform boolean guards by testing a single bit, rather than a full pointer comparison. (GH-143810)
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