[issue45203] Improve specialization stats for LOAD_METHOD and BINARY_SUBSCR

Mark Shannon report at bugs.python.org
Wed Sep 15 08:24:20 EDT 2021


New submission from Mark Shannon <mark at hotpy.org>:

The stats for BINARY_SUBSCR and to a lesser amount LOAD_METHOD don't tell us much about what isn't being specialized.

We should refine the stats to give us a better idea of what to optimize for.

----------
assignee: Mark.Shannon
components: Interpreter Core
messages: 401823
nosy: Mark.Shannon
priority: normal
severity: normal
status: open
title: Improve  specialization stats for LOAD_METHOD and BINARY_SUBSCR

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue45203>
_______________________________________


More information about the Python-bugs-list mailing list