From: h-vetinari Date: Wed, 9 Apr 2025 14:50:38 +0000 (+1100) Subject: update comment about LLVM bug relevant for `--with-tail-call-interp` performance... X-Git-Tag: v3.14.0b1~560 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=67ded6a4faae29edff8e4f7886978e71ce116e33;p=thirdparty%2FPython%2Fcpython.git update comment about LLVM bug relevant for `--with-tail-call-interp` performance (#132297) --- diff --git a/Doc/whatsnew/3.14.rst b/Doc/whatsnew/3.14.rst index 5f84d8ba8b02..0f15a2a8a8f6 100644 --- a/Doc/whatsnew/3.14.rst +++ b/Doc/whatsnew/3.14.rst @@ -390,8 +390,9 @@ For further information on how to build Python, see `compiler bug `_ 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.)