Message237128
> If the patch has a significant overhead: _Py_CheckFunctionResult() may be
> marked to be inlined, and PyCFunction_Call() and PyObject_Call() checks may
> be marked as unlikely using GCC __builtin_expect(), something like:
Could you please open separate issue or even a topic on Python-Ideas for
Py_likely/Py_unlikely? I prefer spelling _Py_LIKELY. |
|
Date |
User |
Action |
Args |
2015-03-03 12:49:17 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, vstinner |
2015-03-03 12:49:17 | serhiy.storchaka | link | issue23571 messages |
2015-03-03 12:49:17 | serhiy.storchaka | create | |
|