diff options
author | Michael Droettboom <mdboom@gmail.com> | 2023-11-09 18:41:40 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-09 18:41:40 (GMT) |
commit | bc12f791127896cd3538fac4465e3190447b2257 (patch) | |
tree | 115d5a57c7209ff3b8c325606286b1e6cc0fe8af /Doc | |
parent | 6f09f69b7f85962f66d10637c3325bbb2b2d9853 (diff) | |
download | cpython-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