]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-112320: Implement on-trace confidence tracking for branches (#112321)
authorGuido van Rossum <guido@python.org>
Tue, 12 Dec 2023 21:43:08 +0000 (13:43 -0800)
committerGitHub <noreply@github.com>
Tue, 12 Dec 2023 21:43:08 +0000 (21:43 +0000)
commit7316dfb0ebc46aedf484c1f15f03a0a309d12a42
tree92f0fb1befd424b1235b61e9d0d0e1d0389c190b
parentdfaa9e060bf6d69cb862a2ac140b8fccbebf3000
gh-112320: Implement on-trace confidence tracking for branches (#112321)

We track the confidence as a scaled int.
Include/cpython/pystats.h
Lib/test/test_capi/test_misc.py
Misc/NEWS.d/next/Core and Builtins/2023-11-22-13-17-54.gh-issue-112320.EddM51.rst [new file with mode: 0644]
Python/optimizer.c
Python/specialize.c
Tools/scripts/summarize_stats.py