STINNER Victor <vstin...@python.org> added the comment:

I like the idea of implementing Py_UNREACHABLE() as a function. Would it make 
sense to even declare it as a regular function rather than a static inline 
function? What is the benefit of inlining here? Inlining can make the code 
larger, rather than a function call at the machine code level is shorter.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue38205>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to