gh-111786: Optimize for space for _PyEval_EvalFrameDefault on MSVC fo… · python/cpython@bc12f79 · GitHub
Skip to content

Commit bc12f79

Browse files
authored
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.
1 parent 6f09f69 commit bc12f79

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

PCbuild/pyproject.props

Lines changed: 1 addition & 0 deletions

Python/ceval.c

Lines changed: 10 additions & 0 deletions

0 commit comments

Comments
 (0)