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 Greg Price
Recipients Greg Price, aeros, malin, mark.dickinson, rhettinger, sir-sigurd
Date 2019-09-09.05:41:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1568007702.31.0.782792657638.issue38015@roundup.psfhosted.org>
In-reply-to
Content
(Just to help keep discussions together: some earlier discussion was on GH-15216 .)

Because is_small_int / IS_SMALL_INT is so small, there's not much cost in the source code to making it a macro (as GH-15710 did).

But I think it'd be a mistake to go a lot farther than that and convert significantly larger chunks of code like get_small_int to macros (as GH-15718 would), unless the payoff were really commensurate.  It'd be better to focus optimization efforts where profiling shows a lot of time is really being spent.
History
Date User Action Args
2019-09-09 05:41:42Greg Pricesetrecipients: + Greg Price, rhettinger, mark.dickinson, malin, sir-sigurd, aeros
2019-09-09 05:41:42Greg Pricesetmessageid: <1568007702.31.0.782792657638.issue38015@roundup.psfhosted.org>
2019-09-09 05:41:42Greg Pricelinkissue38015 messages
2019-09-09 05:41:42Greg Pricecreate