Serhiy Storchaka <storchaka+cpyt...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue43684>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to