8000 Clarify baseline for new interpreter (GH-129972) · python/cpython@516c70d · GitHub
[go: up one dir, main page]

Skip to content

Commit 516c70d

Browse files
Clarify baseline for new interpreter (GH-129972)
1 parent 8d9d3e4 commit 516c70d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Doc/whatsnew/3.14.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,8 @@ A new type of interpreter based on tail calls has been added to CPython.
218218
For certain newer compilers, this interpreter provides
219219
significantly better performance. Preliminary numbers on our machines suggest
220220
anywhere from -3% to 30% faster Python code, and a geometric mean of 9-15%
221-
faster on ``pyperformance`` depending on platform and architecture.
221+
faster on ``pyperformance`` depending on platform and architecture. The
222+
baseline is Python 3.14 built with Clang 19 without this new interpreter.
222223

223224
This interpreter currently only works with Clang 19 and newer
224225
on x86-64 and AArch64 architectures. However, we expect

0 commit comments

Comments
 (0)
0