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 python-dev, serhiy.storchaka, steve.dower, vstinner
Date 2017-01-11.06:48:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1484117326.14.0.846107232096.issue29234@psf.upfronthosting.co.za>
In-reply-to
Content
What is a stack usage effect of disabling inlining _PyStack_AsTuple()? Does it impact performance? Should inlining _PyStack_AsDict() be disabled too? Is it worth to extract slow paths of _PyObject_FastCallDict() and _PyObject_FastCallKeywords() into separate non-inlined functions?
History
Date User Action Args
2017-01-11 06:48:46serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, python-dev, steve.dower
2017-01-11 06:48:46serhiy.storchakasetmessageid: <1484117326.14.0.846107232096.issue29234@psf.upfronthosting.co.za>
2017-01-11 06:48:46serhiy.storchakalinkissue29234 messages
2017-01-11 06:48:46serhiy.storchakacreate