gh-129987: Selectively re-enable SLP autovectorization of _PyEval_Eva… · python/cpython@c66ffcf · GitHub
Skip to content

Commit c66ffcf

Browse files
authored
gh-129987: Selectively re-enable SLP autovectorization of _PyEval_EvalFrameDefault (#132530)
Only disable SLP autovectorization of `_PyEval_EvalFrameDefault` on newer GCCs, as the optimization bug seems to exist only on GCC 12 and later, and before GCC 9 disabling the optimization has a dramatic performance impact.
1 parent 0879ebc commit c66ffcf

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

Python/ceval.c

Lines changed: 8 additions & 4 deletions

0 commit comments

Comments
 (0)