From: Ken Jin Date: Mon, 16 Mar 2026 10:10:34 +0000 (+0800) Subject: gh-139038: Link to Savannah's webpage for JIT results (#146013) X-Git-Tag: v3.15.0a8~295 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e2e62033aa71508893eb2ffeec44432d80dc3739;p=thirdparty%2FPython%2Fcpython.git gh-139038: Link to Savannah's webpage for JIT results (#146013) --- diff --git a/Doc/whatsnew/3.15.rst b/Doc/whatsnew/3.15.rst index c286e3fc4f2b..d4c4483bc5eb 100644 --- a/Doc/whatsnew/3.15.rst +++ b/Doc/whatsnew/3.15.rst @@ -1286,11 +1286,11 @@ Upgraded JIT compiler Results from the `pyperformance `__ benchmark suite report -`4-5% `__ +`5-6% `__ geometric mean performance improvement for the JIT over the standard CPython interpreter built with all optimizations enabled on x86-64 Linux. On AArch64 macOS, the JIT has a -`7-8% `__ +`8-9% `__ speedup over the :ref:`tail calling interpreter ` with all optimizations enabled. The speedups for JIT builds versus no JIT builds range from roughly 15% slowdown to over