summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBrandt Bucher <brandtbucher@microsoft.com>2024-11-18 19:11:23 (GMT)
committerGitHub <noreply@github.com>2024-11-18 19:11:23 (GMT)
commit4cd10762b06ec57252e3c7373e74240b4d0c5ed8 (patch)
tree52a6432802c0ab93448aaefc4b787d3ef5b9b53b /Misc
parent933f21c3c92f758fb0615d6a4cca10249c686ae7 (diff)
downloadcpython-4cd10762b06ec57252e3c7373e74240b4d0c5ed8.zip
cpython-4cd10762b06ec57252e3c7373e74240b4d0c5ed8.tar.gz
cpython-4cd10762b06ec57252e3c7373e74240b4d0c5ed8.tar.bz2
GH-126795: Increase the JIT threshold from 16 to 4096 (GH-126816)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Core_and_Builtins/2024-11-13-17-18-13.gh-issue-126795._JBX9e.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core_and_Builtins/2024-11-13-17-18-13.gh-issue-126795._JBX9e.rst b/Misc/NEWS.d/next/Core_and_Builtins/2024-11-13-17-18-13.gh-issue-126795._JBX9e.rst
new file mode 100644
index 0000000..1679953
--- /dev/null
+++ b/Misc/NEWS.d/next/Core_and_Builtins/2024-11-13-17-18-13.gh-issue-126795._JBX9e.rst
@@ -0,0 +1,2 @@
+Increase the threshold for JIT code warmup. Depending on platform and workload,
+this can result in performance gains of 1-9% and memory savings of 3-5%.