[issue26110] Speedup method calls 1.2x

STINNER Victor report at bugs.python.org
Wed Dec 14 04:11:25 EST 2016


STINNER Victor added the comment:

INADA Naoki: "My current idea is adding new `tp_fastcall` slot which has same signature to _PyFunction_FastCallDict or _PyCFunction_FastCallDict."

FYI I'm working on a solution to avoid tuple and dict to pass parameters to tp_new, tp_init and tp_call. I have PoC implementations (yeah, more than one). Please come to me directly if you are interested, this issue is not the right place to discuss.

----------

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


More information about the Python-bugs-list mailing list