]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42825: Enable /OPT:REF (GH-24098)
authorAustin Lamb <austin.lamb@microsoft.com>
Fri, 19 Feb 2021 23:27:01 +0000 (15:27 -0800)
committerGitHub <noreply@github.com>
Fri, 19 Feb 2021 23:27:01 +0000 (23:27 +0000)
commitb4af629f4d4868ef74ee298d66259fae78c7fd89
tree89e8f1789cb1de89922b31d81439f673ec9ce2d1
parent2d3e463e4a5aa109d1c15c86f9631580f5ef7a7e
bpo-42825: Enable /OPT:REF (GH-24098)

We explicitly disable /OPT:ICF as some manual optimisations depend on some functions still having distinct pointers (such as wrap_binary_func and wrap_binary_func_l).
PCbuild/pyproject.props