This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rhettinger
Recipients BTaskaya, Mark.Shannon, eric.snow, gvanrossum, pablogsal, rhettinger, serhiy.storchaka, tim.peters
Date 2021-04-02.22:43:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1617403380.96.0.786128107324.issue43684@roundup.psfhosted.org>
In-reply-to
Content
> 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.
History
Date User Action Args
2021-04-02 22:43:00rhettingersetrecipients: + rhettinger, gvanrossum, tim.peters, Mark.Shannon, eric.snow, serhiy.storchaka, pablogsal, BTaskaya
2021-04-02 22:43:00rhettingersetmessageid: <1617403380.96.0.786128107324.issue43684@roundup.psfhosted.org>
2021-04-02 22:43:00rhettingerlinkissue43684 messages
2021-04-02 22:43:00rhettingercreate