]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-149204: add `_RROT_3` uop to reduce stack moves (GH-149205)
authorNeko Asakura <neko.asakura@outlook.com>
Fri, 1 May 2026 11:35:31 +0000 (19:35 +0800)
committerGitHub <noreply@github.com>
Fri, 1 May 2026 11:35:31 +0000 (12:35 +0100)
commit0102c1d9b98ce74be174838600410c9bd75239f4
treec98a57d1dea82592a09e1864ec3fbca74e4dd987
parentf4f82f0ab6431837f4aca19c20fd1d25913b70c5
gh-149204: add `_RROT_3` uop to reduce stack moves (GH-149205)
Include/internal/pycore_uop_ids.h
Include/internal/pycore_uop_metadata.h
Python/bytecodes.c
Python/executor_cases.c.h
Python/optimizer_bytecodes.c
Python/optimizer_cases.c.h
Tools/cases_generator/optimizer_generator.py