summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorMichael Droettboom <mdboom@gmail.com>2023-11-09 18:41:40 (GMT)
committerGitHub <noreply@github.com>2023-11-09 18:41:40 (GMT)
commitbc12f791127896cd3538fac4465e3190447b2257 (patch)
tree115d5a57c7209ff3b8c325606286b1e6cc0fe8af /Doc
parent6f09f69b7f85962f66d10637c3325bbb2b2d9853 (diff)
downloadcpython-bc12f791127896cd3538fac4465e3190447b2257.zip
cpython-bc12f791127896cd3538fac4465e3190447b2257.tar.gz
cpython-bc12f791127896cd3538fac4465e3190447b2257.tar.bz2
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.
Diffstat (limited to 'Doc')
0 files changed, 0 insertions, 0 deletions