]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-143421: Use new buffer to save optimized uops (GH-143682)
authorHai Zhu <35182391+cocolato@users.noreply.github.com>
Sat, 17 Jan 2026 15:52:16 +0000 (23:52 +0800)
committerGitHub <noreply@github.com>
Sat, 17 Jan 2026 15:52:16 +0000 (15:52 +0000)
commitb4b73245d88c61b4c97dff98f846897d869c42ac
treec5a8ca8e49f149a59f651351755c03c418549f7b
parentd51c01a2715ae7f2b0c6fc3bd3881f049c2a8d9e
gh-143421: Use new buffer to save  optimized uops (GH-143682)
Include/internal/pycore_optimizer_types.h
Include/internal/pycore_tstate.h
Python/optimizer.c
Python/optimizer_analysis.c
Python/optimizer_bytecodes.c
Python/optimizer_cases.c.h
Tools/cases_generator/optimizer_generator.py