[issue40151] _overlapped room for improvement

Steve Dower report at bugs.python.org
Thu Apr 2 12:39:03 EDT 2020


Steve Dower <steve.dower at python.org> added the comment:

While you're working on these, the most important comparison to make is against the binaries from our 64-bit release. We've run PGO on those, and from the stats shown it optimises almost everything for size already. (You can enable the same profile by running "build.bat --pgo".)

For debug builds, I would prefer to optimise for (re)compile time. We can accept larger binaries in that case.

----------

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


More information about the Python-bugs-list mailing list