Skip to content

Commit

Permalink
Merge branch 'tail-call' of github.com:Fidget-Spinner/cpython into ta…
Browse files Browse the repository at this point in the history
…il-call
  • Loading branch information
Fidget-Spinner committed Jan 10, 2025
2 parents 1310b47 + d93bdaa commit 8a2423d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
A new type of interpreter has been added to CPython. This interpreter uses tail calls for its instruction handlers. Preliminary benchmark results suggest 7.4-14.7% geometric mean faster on pyperformance (depending on platform), and up to 45% faster on Python-intensive workloads. Patch by Ken Jin, with ideas by Garret Gu, Haoran Xu, and Josh Haberman.

0 comments on commit 8a2423d

Please sign in to comment.