Serhiy Storchaka <storchaka+cpyt...@gmail.com> added the comment:

I do not know the purpose of this issue. The new code does not look cleaner to 
me, but maybe it is only for me.

But performance regressions should be fixed. We cannot rely on 
compiler-specific global optimization, which is hard to test and does not work 
for dynamic linkage (third-party extensions and applications with built-in 
Python). Even "inline" is just a hint to the compiler and does not guarantee 
inlining the code.

Raymond's suggestions look reasonable to me.

----------

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

Reply via email to