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 pablogsal
Recipients brett.cannon, pablogsal, rhettinger, serhiy.storchaka, tim.peters
Date 2019-06-15.17:52:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1560621168.7.0.246984085897.issue37271@roundup.psfhosted.org>
In-reply-to
Content
>So, we sometimes get faster wordcode but that time it takes to get there is longer.

Is worth noting that the (very small) overhead to obtain the wordcode happens once but the benefits of the resulting opcode will be felt every time you execute it.
History
Date User Action Args
2019-06-15 17:52:48pablogsalsetrecipients: + pablogsal, tim.peters, brett.cannon, rhettinger, serhiy.storchaka
2019-06-15 17:52:48pablogsalsetmessageid: <1560621168.7.0.246984085897.issue37271@roundup.psfhosted.org>
2019-06-15 17:52:48pablogsallinkissue37271 messages
2019-06-15 17:52:48pablogsalcreate