]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-87729: improve hit rate of LOAD_SUPER_ATTR specialization (#104270)
authorCarl Meyer <carl@oddbird.net>
Thu, 11 May 2023 14:08:13 +0000 (08:08 -0600)
committerGitHub <noreply@github.com>
Thu, 11 May 2023 14:08:13 +0000 (08:08 -0600)
commit77262458fe3fe9f3f0266bbf578675a906b1e353
treeb066d678cfdba47c64e82ed49ecb73a1d1d8a701
parentddc0e70a326180d90a45dfd8abeded9c9f911217
gh-87729: improve hit rate of LOAD_SUPER_ATTR specialization (#104270)
13 files changed:
Include/internal/pycore_code.h
Include/internal/pycore_opcode.h
Include/internal/pycore_typeobject.h
Include/opcode.h
Lib/importlib/_bootstrap_external.py
Lib/opcode.py
Objects/typeobject.c
Python/bytecodes.c
Python/generated_cases.c.h
Python/opcode_metadata.h
Python/opcode_targets.h
Python/specialize.c
Tools/scripts/summarize_stats.py