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, serhiy.storchaka
Date 2020-11-02.12:02:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1604318559.84.0.152556026703.issue41835@roundup.psfhosted.org>
In-reply-to
Content
> I did PGO+LTO... --enable-optimizations --with-lto

I'm sorry about that. PGO+LTO *reduce* noises, but there are still noises. And unpack_sequence is very fragile.
I tried your branch again, and unpack_sequence is 10% *slower* than master branch.

I am running pyperformance with PR-23106, which simplifies your function and use it from _PyStack_AsDict() and _PyEval_EvalCode().
History
Date User Action Args
2020-11-02 12:02:39methanesetrecipients: + methane, Mark.Shannon, serhiy.storchaka, Marco Sulla
2020-11-02 12:02:39methanesetmessageid: <1604318559.84.0.152556026703.issue41835@roundup.psfhosted.org>
2020-11-02 12:02:39methanelinkissue41835 messages
2020-11-02 12:02:39methanecreate