mirror of
https://github.com/python/cpython.git
synced 2026-01-06 23:42:34 +00:00
Add Neil's suggestions to whatsnew wording for tailcall (#130155)
Add Neil's suggestions Co-authored-by: Neil Schemenauer <690853+nascheme@users.noreply.github.com>
This commit is contained in:
parent
a545749b0e
commit
a13460ac44
1 changed files with 3 additions and 1 deletions
|
|
@ -224,7 +224,9 @@ configuration mechanisms).
|
|||
A new type of interpreter
|
||||
-------------------------
|
||||
|
||||
A new type of interpreter based on tail calls has been added to CPython.
|
||||
A new type of interpreter has been added to CPython.
|
||||
It uses tail calls between small C functions that implement individual
|
||||
Python opcodes, rather than one large C case statement.
|
||||
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%
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue