]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-118095: Convert DEOPT_IFs on likely side exits to EXIT_IFs (GH-118106)
authorMark Shannon <mark@hotpy.org>
Wed, 24 Apr 2024 13:37:55 +0000 (14:37 +0100)
committerGitHub <noreply@github.com>
Wed, 24 Apr 2024 13:37:55 +0000 (14:37 +0100)
commit77cd0428b698a743844179f7babead43b2794d77
tree8a2d151832d26c111d01fa75200c46eb4dd81f10
parent7d369d471cf2b067c4d795d70b75201c48b46f5b
GH-118095: Convert DEOPT_IFs on likely side exits to EXIT_IFs (GH-118106)

Covert DEOPT_IFs on likely side exits to EXIT_IFs
Include/internal/pycore_opcode_metadata.h
Include/internal/pycore_uop_metadata.h
Python/bytecodes.c
Python/optimizer.c