8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d9d3e4 commit 516c70dCopy full SHA for 516c70d
Doc/whatsnew/3.14.rst
@@ -218,7 +218,8 @@ A new type of interpreter based on tail calls has been added to CPython.
218
For certain newer compilers, this interpreter provides
219
significantly better performance. Preliminary numbers on our machines suggest
220
anywhere from -3% to 30% faster Python code, and a geometric mean of 9-15%
221
-faster on ``pyperformance`` depending on platform and architecture.
+faster on ``pyperformance`` depending on platform and architecture. The
222
+baseline is Python 3.14 built with Clang 19 without this new interpreter.
223
224
This interpreter currently only works with Clang 19 and newer
225
on x86-64 and AArch64 architectures. However, we expect
0 commit comments