STINNER Victor added the comment:

I'm not sure about adding Py_LOCAL_INLINE() (static inline). I'm not sure that 
it's needed when you use PGO compilation.

Would it be possible to run again your benchmark without added 
Py_LOCAL_INLINE() please?

It's hard to say no to a change makes so many core Python functions faster. I'm 
just suprised that "specializing" the "call_unbound" and "call_method" 
functions make the code up to 1.2x faster.

----------

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

Reply via email to