gh-111786: Turn off optimize for speed for _PyEval_EvalFrameDefault on MSVC by mdboom · Pull Request #111794 · python/cpython
added 5 commits
mdboom
marked this pull request as draft
mdboom
marked this pull request as ready for review
aisk pushed a commit to aisk/cpython that referenced this pull request
…SVC for PGO (python#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.
Glyphack pushed a commit to Glyphack/cpython that referenced this pull request
…SVC for PGO (python#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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters