[New-bugs-announce] [issue45885] Specialize COMPARE_OP

Dennis Sweeney report at bugs.python.org
Tue Nov 23 16:00:24 EST 2021


New submission from Dennis Sweeney <sweeney.dennis650 at gmail.com>:

Some specialization statistics:

https://gist.github.com/sweeneyde/49cc3a9d074d56cf095cb0a42d13d7a4

Including 3 opcodes: COMPARE_OP_INT and COMPARE_OP_FLOAT and COMPARE_OP_STR (equality only) seems to give pretty good specialization numbers, better than just 2.

----------
components: Interpreter Core
messages: 406887
nosy: Dennis Sweeney
priority: normal
severity: normal
status: open
title: Specialize COMPARE_OP
type: performance
versions: Python 3.11

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


More information about the New-bugs-announce mailing list