]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-106529: Implement JUMP_FORWARD in uops (with test) (#106651)
authorGuido van Rossum <guido@python.org>
Tue, 11 Jul 2023 22:13:57 +0000 (15:13 -0700)
committerGitHub <noreply@github.com>
Tue, 11 Jul 2023 22:13:57 +0000 (15:13 -0700)
commitda86db56cb595fdbeda8b57a1ec03b1dd80ad1f0
tree64fe2ff2a6c9dfad7c839dcbde9354d0b3cfedca
parentd0972c77aa1cd5fe27618e82c10141a2bf157476
gh-106529: Implement JUMP_FORWARD in uops (with test) (#106651)

Note that this may generate two SAVE_IP uops in a row.
Removing unneeded SAVE_IP uops is the optimizer's job.
Lib/test/test_capi/test_misc.py
Python/optimizer.c