diff options
author | Guido van Rossum <guido@python.org> | 2023-07-11 15:13:57 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-11 15:13:57 -0700 |
commit | da86db56cb595fdbeda8b57a1ec03b1dd80ad1f0 (patch) | |
tree | 64fe2ff2a6c9dfad7c839dcbde9354d0b3cfedca /Python/compile.c | |
parent | d0972c77aa1cd5fe27618e82c10141a2bf157476 (diff) | |
download | cpython-da86db56cb595fdbeda8b57a1ec03b1dd80ad1f0.tar.gz cpython-da86db56cb595fdbeda8b57a1ec03b1dd80ad1f0.zip |
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.
Diffstat (limited to 'Python/compile.c')
0 files changed, 0 insertions, 0 deletions