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 methane
Recipients Marco Sulla, Mark.Shannon, methane
Date 2020-10-31.01:26:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1604107606.74.0.878329808258.issue41835@roundup.psfhosted.org>
In-reply-to
Content
unpack_sequence is very sensitive benchmark. Speed is dramatically changed by code alignment. PGO+LTO will reduce the noise, but we see noise always.

I believe there is no significant performance change in macro benchmarks when optimizing this part.

Not significant in macro benchmarks doesn't mean we must reject the optimization, because pyperformance doesn't cover whole application in the world.
But it means that we must be conservative about the optimization.
History
Date User Action Args
2020-10-31 01:26:46methanesetrecipients: + methane, Mark.Shannon, Marco Sulla
2020-10-31 01:26:46methanesetmessageid: <1604107606.74.0.878329808258.issue41835@roundup.psfhosted.org>
2020-10-31 01:26:46methanelinkissue41835 messages
2020-10-31 01:26:46methanecreate