]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-115651: Convert `LOAD_MODULE_ATTR` into `LOAD_INLINE_CONST` when the module is...
authorMark Shannon <mark@hotpy.org>
Thu, 22 Feb 2024 14:48:25 +0000 (14:48 +0000)
committerGitHub <noreply@github.com>
Thu, 22 Feb 2024 14:48:25 +0000 (14:48 +0000)
commitb348313e7a48811acacc293ac4b2c8b20b4c631b
tree8a1f0fdd03b673ce71bac5b6a3b649694d018b90
parentc6a47de70966e6899871245e800a0a9271e25b12
GH-115651: Convert `LOAD_MODULE_ATTR` into `LOAD_INLINE_CONST` when the module is itself a constant. (GH-115711)
Python/bytecodes.c
Python/executor_cases.c.h
Python/generated_cases.c.h
Python/optimizer_analysis.c
Python/tier2_redundancy_eliminator_bytecodes.c
Python/tier2_redundancy_eliminator_cases.c.h