summaryrefslogtreecommitdiffstats
path: root/Python/getcompiler.c
diff options
context:
space:
mode:
authorMark Shannon <mark@hotpy.org>2021-06-21 10:49:21 (GMT)
committerGitHub <noreply@github.com>2021-06-21 10:49:21 (GMT)
commitfb68791a26e157ed3cdeb409c8d8b6cddc7535bd (patch)
treef654ff7e23e9736a379ef7939f1dfebecf8ba574 /Python/getcompiler.c
parent82e5c28af7049c4f5343c808f172cbe2e145f49b (diff)
downloadcpython-fb68791a26e157ed3cdeb409c8d8b6cddc7535bd.zip
cpython-fb68791a26e157ed3cdeb409c8d8b6cddc7535bd.tar.gz
cpython-fb68791a26e157ed3cdeb409c8d8b6cddc7535bd.tar.bz2
bpo-44337: Improve LOAD_ATTR specialization (GH-26759)
* Specialize obj.__class__ with LOAD_ATTR_SLOT * Specialize instance attribute lookup with attribute on class, provided attribute on class is not an overriding descriptor. * Add stat for how many times the unquickened instruction has executed.
Diffstat (limited to 'Python/getcompiler.c')
0 files changed, 0 insertions, 0 deletions