[issue37774] Micro-optimize vectorcall using PY_LIKELY

Jeroen Demeyer report at bugs.python.org
Tue Aug 6 10:00:15 EDT 2019


New submission from Jeroen Demeyer <jeroen.k.demeyer at gmail.com>:

Take the LIKELY/UNLIKELY macros out of Objects/obmalloc.c (renaming them of course). Use them in a few places to micro-optimize vectorcall.

----------
components: Interpreter Core
messages: 349108
nosy: Mark.Shannon, inada.naoki, jdemeyer
priority: normal
severity: normal
status: open
title: Micro-optimize vectorcall using PY_LIKELY
versions: Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37774>
_______________________________________


More information about the Python-bugs-list mailing list