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 serhiy.storchaka
Recipients BTaskaya, Mark.Shannon, pablogsal, serhiy.storchaka
Date 2021-06-23.18:34:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1624473266.71.0.847227326999.issue44501@roundup.psfhosted.org>
In-reply-to
Content
> folding all contiguous LOAD_CONSTs (within some sort of limit ofc) into a single tuple load and then adding an UNPACK_SEQUENCE

I already experimented with this in issue33325. It does not worth an effort.

For optimizing calls with constant arguments, it looks more interesting. Do you have any statistic about what percentage of calls is with constant arguments, what is the average number of constant arguments, what are microbenchmark results in debug mode for the average number of constant arguments? Please test for trivial Python function with variable and fixed number of parameters.
History
Date User Action Args
2021-06-23 18:34:26serhiy.storchakasetrecipients: + serhiy.storchaka, Mark.Shannon, pablogsal, BTaskaya
2021-06-23 18:34:26serhiy.storchakasetmessageid: <1624473266.71.0.847227326999.issue44501@roundup.psfhosted.org>
2021-06-23 18:34:26serhiy.storchakalinkissue44501 messages
2021-06-23 18:34:26serhiy.storchakacreate