Ma Lin <malin...@163.com> added the comment:

MSVC 2019 has a /Ob3 option:
https://docs.microsoft.com/en-us/cpp/build/reference/ob-inline-function-expansion

>From the experience of another project, I conjecture /Ob3 increase the "global 
>budget" mentioned in the blog.
I used /Ob3 for the 3.10 branch, and there seems to be no significant 
performance change. If you have time, neonene welcome to verify this.

----------

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

Reply via email to