]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-114083: apply optimization of LOAD_CONST instructions to the whole CFG before...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Mon, 22 Jan 2024 17:12:06 +0000 (17:12 +0000)
committerGitHub <noreply@github.com>
Mon, 22 Jan 2024 17:12:06 +0000 (17:12 +0000)
commited30a3c337f30abd2ea5357565a956ed3dc0719c
tree6e84f66d9ab5c30101a5f69527952a48d65c54c5
parenta53e56e7d88b4f2a2943c9f191024198009fcf9e
gh-114083: apply optimization of LOAD_CONST instructions to the whole CFG before optimize_basic_block. (#114408)
Lib/test/test_compile.py
Misc/NEWS.d/next/Core and Builtins/2024-01-22-09-49-02.gh-issue-114083.hf1-ku.rst [new file with mode: 0644]
Python/flowgraph.c