Message365553
> When I designed the FASTCALL calling convention, I experimented a new tp_fastcall slot to PyTypeObject to optimize __call__() method: bpo-29259.
Ah, by the way, I also made an attempt to use the FASTCALL calling convention for tp_new and tp_init: bpo-29358. Again, the speedup wasn't obvious and the implementation was quite complicated with many corner cases. So I gave up on this one. It didn't seem to be really worth it. |
|
Date |
User |
Action |
Args |
2020-04-02 01:31:24 | vstinner | set | recipients:
+ vstinner, phsilva, petr.viktorin, methane, Mark.Shannon, jdemeyer, corona10, miss-islington |
2020-04-02 01:31:24 | vstinner | set | messageid: <1585791084.56.0.0863669632294.issue37207@roundup.psfhosted.org> |
2020-04-02 01:31:24 | vstinner | link | issue37207 messages |
2020-04-02 01:31:24 | vstinner | create | |
|