summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBrandt Bucher <brandtbucher@microsoft.com>2024-11-20 16:11:25 (GMT)
committerGitHub <noreply@github.com>2024-11-20 16:11:25 (GMT)
commit48c50ff1a22f086c302c52a70eb9912d76c66f91 (patch)
tree0d0412c0688a33a504d86e51b8931d95801b836d /Misc
parentaddb225f3823b03774cddacce35214dd471bec46 (diff)
downloadcpython-48c50ff1a22f086c302c52a70eb9912d76c66f91.zip
cpython-48c50ff1a22f086c302c52a70eb9912d76c66f91.tar.gz
cpython-48c50ff1a22f086c302c52a70eb9912d76c66f91.tar.bz2
GH-126892: Reset warmup counters when JIT compiling code (GH-126893)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Core_and_Builtins/2024-11-15-16-39-37.gh-issue-126892.QR6Yo3.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core_and_Builtins/2024-11-15-16-39-37.gh-issue-126892.QR6Yo3.rst b/Misc/NEWS.d/next/Core_and_Builtins/2024-11-15-16-39-37.gh-issue-126892.QR6Yo3.rst
new file mode 100644
index 0000000..db3c398
--- /dev/null
+++ b/Misc/NEWS.d/next/Core_and_Builtins/2024-11-15-16-39-37.gh-issue-126892.QR6Yo3.rst
@@ -0,0 +1,2 @@
+Require cold or invalidated code to "warm up" before being JIT compiled
+again.