[issue43684] Add combined opcodes

Serhiy Storchaka report at bugs.python.org
Thu Apr 1 05:53:05 EDT 2021


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

We usually rejected such propositions unless there were evidences of significant effect on performance. I myself withdrawn several my patches after analyzing statistics.

What percent of opcodes will be ADD_INT in the compiled bytecode? What percent of executed opcodes will be ADD_INT? Compare it with other opcodes, in particularly BINARY_ADD. What are microbenchmark results?

----------
nosy: +serhiy.storchaka

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


More information about the Python-bugs-list mailing list