Re: [Python-Dev] PEP 576/579/580 benchmark: mistune

30 Jul
2018
30 Jul
'18
7:50 a.m.
On 2018-07-30 13:11, INADA Naoki wrote:
Like previous SageMath bench, this is caused by Cython's specialization; __Pyx_PyObject_CallOneArg.
It specializing calling PyFunction and PyCFunction, but it doesn't specialized for calling CyFunction.
Yes, I saw that too. But this is exactly what CPython does (it optimizes PyFunction and PyCFunction but not CyFunction), so I would still argue that the benchmark is fair.
1883
Age (days ago)
1883
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jeroen Demeyer