Raymond Hettinger <[email protected]> added the comment:

> Statically, in the stdlib, about 1 in a 1000 opcodes 
> is an ADD_INT candidate.

I would expect that ADD_INT would typically occur in loops, so even if it is a 
rare opcode statically, it will really count when it used.

----------
nosy: +rhettinger

_______________________________________
Python tracker <[email protected]>
<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