]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-100288: Specialize LOAD_ATTR for simple class attributes. (#105990)
authorMark Shannon <mark@hotpy.org>
Mon, 10 Jul 2023 10:40:35 +0000 (11:40 +0100)
committerGitHub <noreply@github.com>
Mon, 10 Jul 2023 10:40:35 +0000 (11:40 +0100)
commit0c90e7561046a2deb358e6695148060a1c199b49
tree981359878b814a308c6fe977dd0c552e99bdd653
parent34c14147a2c52930b8b471905074509639e82d5b
GH-100288: Specialize LOAD_ATTR for simple class attributes. (#105990)

* Add two more specializations of LOAD_ATTR.
Include/internal/pycore_opcode.h
Include/opcode.h
Lib/_opcode_metadata.py
Misc/NEWS.d/next/Core and Builtins/2023-07-04-04-50-14.gh-issue-100288.yNQ1ez.rst [new file with mode: 0644]
Python/bytecodes.c
Python/executor_cases.c.h
Python/generated_cases.c.h
Python/opcode_metadata.h
Python/opcode_targets.h
Python/specialize.c