Skip to content

update comment about LLVM bug relevant for --with-tail-call-interp performance #132297

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 9, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions Doc/whatsnew/3.14.rst
Original file line number Diff line number Diff line change
Expand Up @@ -390,8 +390,9 @@ For further information on how to build Python, see
`compiler bug <https://github.com/llvm/llvm-project/issues/106846>`_ found in
Clang/LLVM 19, which causes the normal interpreter to be slower. We were unaware of this bug,
resulting in inaccurate results. We sincerely apologize for
communicating results that were only accurate for certain versions of LLVM 19
and 20. At the time of writing, this bug has not yet been fixed in LLVM 19-21. Thus
communicating results that were only accurate for LLVM v19.1.x and v20.1.0. In the meantime,
the bug has been fixed in LLVM v20.1.1 and for the upcoming v21.1, but it will remain
unfixed for LLVM v19.1.x and v20.1.0. Thus
any benchmarks with those versions of LLVM may produce inaccurate numbers.
(Thanks to Nelson Elhage for bringing this to light.)

Expand Down
Loading