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.
M
Michael Droettboom committed
bc12f791127896cd3538fac4465e3190447b2257
Parent: 6f09f69
Committed by GitHub <noreply@github.com>
on 11/9/2023, 6:41:40 PM