Some new preliminary numbers from Ken Jin for the JIT in Python 3.15:
"On AArch64 macOS, the JIT has a 7-8% speedup over the tail calling interpreter with all optimizations enabled."
https://docs.python.org/3.15/whatsnew/3.15.html#whatsnew315-jit
https://github.com/python/cpython/commit/d9c1235db44100b16355a347ca9e304df48411a7
This is in addition to 3-4% over the standard CPython interpreter on x86-64 Linux.
See also https://doesjitgobrrr.com

