[issue29465] Modify _PyObject_FastCall() to reduce stack consumption

2018-09-19 Thread STINNER Victor
STINNER Victor added the comment: > I should measure the stack usage to check if it's still worth it. IMHO we gone far enough in optimizing the stack usage: https://vstinner.github.io/contrib-cpython-2017q1.html I close the issue. -- resolution: -> fixed stage: patch review ->

[issue29465] Modify _PyObject_FastCall() to reduce stack consumption

2017-12-13 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: -25 ___ Python tracker ___ ___

[issue29465] Modify _PyObject_FastCall() to reduce stack consumption

2017-02-24 Thread STINNER Victor
STINNER Victor added the comment: Hum, code to call functions changed a lot recently, and other issues already enhanced the stack usage. I should measure the stack usage to check if it's still worth it. -- ___ Python tracker

[issue29465] Modify _PyObject_FastCall() to reduce stack consumption

2017-02-23 Thread STINNER Victor
Changes by STINNER Victor : -- title: Add _PyObject_FastCall() to reduce stack consumption -> Modify _PyObject_FastCall() to reduce stack consumption ___ Python tracker