mirror of
https://github.com/python/cpython.git
synced 2025-10-02 21:25:24 +00:00
Clarify baseline for new interpreter (GH-129972)
This commit is contained in:
parent
8d9d3e4ecb
commit
516c70d4dd
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue