[Python-Dev] On the METH_FASTCALL calling convention (original) (raw)
Jeroen Demeyer J.Demeyer at UGent.be
Sun Jul 8 03:07:06 EDT 2018
- Previous message (by thread): [Python-Dev] On the METH_FASTCALL calling convention
- Next message (by thread): [Python-Dev] On the METH_FASTCALL calling convention
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 2018-07-07 10:55, Serhiy Storchaka wrote:
The first part of handling arguments can be made outside of the C function, by the calling API.
Sure, it could be done but I don't see the advantage. I don't think you will gain performance because you are just moving code from one place to another. And how do you plan to deal with *args and **kwds in your proposal? You'll need to make sure that this doesn't become slower.
- Previous message (by thread): [Python-Dev] On the METH_FASTCALL calling convention
- Next message (by thread): [Python-Dev] On the METH_FASTCALL calling convention
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]