]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111786: Optimize for space for _PyEval_EvalFrameDefault on MSVC for PGO (#111794)
authorMichael Droettboom <mdboom@gmail.com>
Thu, 9 Nov 2023 18:41:40 +0000 (13:41 -0500)
committerGitHub <noreply@github.com>
Thu, 9 Nov 2023 18:41:40 +0000 (18:41 +0000)
commitbc12f791127896cd3538fac4465e3190447b2257
tree115d5a57c7209ff3b8c325606286b1e6cc0fe8af
parent6f09f69b7f85962f66d10637c3325bbb2b2d9853
gh-111786: Optimize for space for _PyEval_EvalFrameDefault on MSVC for PGO (#111794)

In PGO mode, this function caused a compiler error in MSVC.
It turns out that optimizing for space only save the day, and is even faster.
However, without PGO, this is neither necessary nor slower.
PCbuild/pyproject.props
Python/ceval.c