]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Clarify baseline for new interpreter (GH-129972)
authorKen Jin <kenjin@python.org>
Mon, 10 Feb 2025 19:07:24 +0000 (03:07 +0800)
committerGitHub <noreply@github.com>
Mon, 10 Feb 2025 19:07:24 +0000 (19:07 +0000)
Doc/whatsnew/3.14.rst

index f8df4c52a36147c17129beb1fe0b2f8a3ae28c2b..28e3e2dbbe28e63f325e20dd5428202bfe4c14d3 100644 (file)
@@ -218,7 +218,8 @@ A new type of interpreter based on tail calls has been added to CPython.
 For certain newer compilers, this interpreter provides
 significantly better performance. Preliminary numbers on our machines suggest
 anywhere from -3% to 30% faster Python code, and a geometric mean of 9-15%
-faster on ``pyperformance`` depending on platform and architecture.
+faster on ``pyperformance`` depending on platform and architecture. The
+baseline is Python 3.14 built with Clang 19 without this new interpreter.
 
 This interpreter currently only works with Clang 19 and newer
 on x86-64 and AArch64 architectures. However, we expect