Jeroen Demeyer <jeroen.k.deme...@gmail.com> added the comment:

We're not talking about prefetching here. The Py_LIKELY/Py_UNLIKELY macros only 
affect which of the two code paths in a branch is the "default" one, i.e. the 
one not involving a jmp.

----------

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

Reply via email to