mirror of
https://github.com/python/cpython.git
synced 2026-05-06 20:51:17 -04:00
c66ffcf8e3
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.
Miscellaneous source files for the main Python shared library