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 Mark.Shannon, pablogsal
Date 2021-09-21.10:41:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1632220919.85.0.309558064668.issue45256@roundup.psfhosted.org>
In-reply-to
Content
Removing the usage of the C stack in Python-to-Python calls will allow future optimizations in the eval loop to take place and can yield some speed ups given that we will be removing C function calls and preambles by inlining the callee in the same eval loop as the caller.
History
Date User Action Args
2021-09-21 10:41:59pablogsalsetrecipients: + pablogsal, Mark.Shannon
2021-09-21 10:41:59pablogsalsetmessageid: <1632220919.85.0.309558064668.issue45256@roundup.psfhosted.org>
2021-09-21 10:41:59pablogsallinkissue45256 messages
2021-09-21 10:41:59pablogsalcreate