]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-130480: Move duplicate `LOAD_SMALL_INT` optimization from codegen to CFG (#130481)
authorYan Yanchii <yyanchiy@gmail.com>
Fri, 14 Mar 2025 21:23:27 +0000 (22:23 +0100)
committerGitHub <noreply@github.com>
Fri, 14 Mar 2025 21:23:27 +0000 (21:23 +0000)
commit55815a6474c59001f0230e44560341b643268e87
treee345de8b575f68d0a06a5bca778f0adf80e415f3
parent26511993e63265ea5928aabe6af96d89e20f0553
gh-130480: Move duplicate `LOAD_SMALL_INT` optimization from codegen to CFG (#130481)
Lib/test/test_compiler_codegen.py
Lib/test/test_dis.py
Lib/test/test_peepholer.py
Programs/test_frozenmain.h
Python/codegen.c
Python/flowgraph.c