diff options
author | T. Wouters <thomas@python.org> | 2025-04-15 09:39:32 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-15 09:39:32 (GMT) |
commit | c66ffcf8e3ab889a30aae43520aa29c167344bd3 (patch) | |
tree | c4913db2dd87439e2f9ec5af7e5c0fdeeef3d511 /Python/optimizer_bytecodes.c | |
parent | 0879ebc953fa7372a4d99f3f79889093f04cac67 (diff) | |
download | cpython-c66ffcf8e3ab889a30aae43520aa29c167344bd3.zip cpython-c66ffcf8e3ab889a30aae43520aa29c167344bd3.tar.gz cpython-c66ffcf8e3ab889a30aae43520aa29c167344bd3.tar.bz2 |
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.
Diffstat (limited to 'Python/optimizer_bytecodes.c')
0 files changed, 0 insertions, 0 deletions