]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-106149: move unconditional jump direction resolution from optimizer to assembler...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Sat, 1 Jul 2023 10:28:07 +0000 (11:28 +0100)
committerGitHub <noreply@github.com>
Sat, 1 Jul 2023 10:28:07 +0000 (11:28 +0100)
commit200f2554114f3d40684af0969fef6af875cb1462
treed2b3a575b3d3397430ccd1d81e49afd78aefaa0a
parentd3abc9b5165eee7dbe24f8f081c0739e6ad3ef3b
gh-106149: move unconditional jump direction resolution from optimizer to assembler (#106291)
Python/assemble.c
Python/flowgraph.c
Python/opcode_metadata.h
Tools/cases_generator/generate_cases.py