Skip to content

Commit 67ded6a

Browse files
authored
update comment about LLVM bug relevant for --with-tail-call-interp performance (#132297)
1 parent bd3aa0b commit 67ded6a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Doc/whatsnew/3.14.rst

+3-2
Original file line numberDiff line numberDiff line change
@@ -390,8 +390,9 @@ For further information on how to build Python, see
390390
`compiler bug <https://github.com/llvm/llvm-project/issues/106846>`_ found in
391391
Clang/LLVM 19, which causes the normal interpreter to be slower. We were unaware of this bug,
392392
resulting in inaccurate results. We sincerely apologize for
393-
communicating results that were only accurate for certain versions of LLVM 19
394-
and 20. At the time of writing, this bug has not yet been fixed in LLVM 19-21. Thus
393+
communicating results that were only accurate for LLVM v19.1.x and v20.1.0. In the meantime,
394+
the bug has been fixed in LLVM v20.1.1 and for the upcoming v21.1, but it will remain
395+
unfixed for LLVM v19.1.x and v20.1.0. Thus
395396
any benchmarks with those versions of LLVM may produce inaccurate numbers.
396397
(Thanks to Nelson Elhage for bringing this to light.)
397398

0 commit comments

Comments
 (0)