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 Mark.Shannon
Recipients Mark.Shannon, pablogsal, serhiy.storchaka
Date 2021-04-21.09:23:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1618997027.06.0.861509568034.issue43846@roundup.psfhosted.org>
In-reply-to
Content
I've not measured performance, as the sort of large literals it would impact are very rare, and the sort of calls it would change are almost non-existent.

I'd be surprised if any performance difference could be reliably detected with our current performance tools.

This change is an enabler of future optimizations, such as using a contiguous data stack. The impact of those optimizations will swamp any impact of this change, and should be easily measurable.
History
Date User Action Args
2021-04-21 09:23:47Mark.Shannonsetrecipients: + Mark.Shannon, serhiy.storchaka, pablogsal
2021-04-21 09:23:47Mark.Shannonsetmessageid: <1618997027.06.0.861509568034.issue43846@roundup.psfhosted.org>
2021-04-21 09:23:47Mark.Shannonlinkissue43846 messages
2021-04-21 09:23:46Mark.Shannoncreate