Steve Dower <steve.do...@python.org> added the comment:

On Windows it should only affect non-exported functions. Comparing "dumpbin 
/exports" output will tell you whether anything has changed there.

The bigger concern is if it merges identical functions that are compared by 
function pointer. I know we've had issues with that in the past, and I forget 
how we've dealt with that. I thought OPT:REF would do this optimisation too 
(though ISTR it's known as COMDAT folding and may have its own option).

----------

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

Reply via email to