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 pablogsal
Recipients Christian.Tismer, Mark.Shannon, corona10, gvanrossum, kj, pablogsal, serhiy.storchaka, steve.dower, vstinner
Date 2021-09-28.11:41:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1632829293.31.0.104254248405.issue45256@roundup.psfhosted.org>
In-reply-to
Content
We are starting to optimize first the easy cases of CALL_FUNCTION and move slowly to add more and more calls into it. This approach has the advantage that allow us to take it in small increments.
History
Date User Action Args
2021-09-28 11:41:33pablogsalsetrecipients: + pablogsal, gvanrossum, vstinner, Mark.Shannon, serhiy.storchaka, steve.dower, Christian.Tismer, corona10, kj
2021-09-28 11:41:33pablogsalsetmessageid: <1632829293.31.0.104254248405.issue45256@roundup.psfhosted.org>
2021-09-28 11:41:33pablogsallinkissue45256 messages
2021-09-28 11:41:33pablogsalcreate