diff options
author | Mark Shannon <mark@hotpy.org> | 2021-06-21 10:49:21 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-21 10:49:21 (GMT) |
commit | fb68791a26e157ed3cdeb409c8d8b6cddc7535bd (patch) | |
tree | f654ff7e23e9736a379ef7939f1dfebecf8ba574 /Python/thread.c | |
parent | 82e5c28af7049c4f5343c808f172cbe2e145f49b (diff) | |
download | cpython-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/thread.c')
0 files changed, 0 insertions, 0 deletions