[issue29234] Disable inlining of _PyStack_AsTuple() to reduce the stack consumption

Serhiy Storchaka report at bugs.python.org
Wed Jan 11 01:48:46 EST 2017


Serhiy Storchaka added the comment:

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?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29234>
_______________________________________


More information about the Python-bugs-list mailing list