]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-115999: Record success in `specialize` (#127167)
authormpage <mpage@meta.com>
Fri, 22 Nov 2024 20:07:05 +0000 (12:07 -0800)
committerGitHub <noreply@github.com>
Fri, 22 Nov 2024 20:07:05 +0000 (12:07 -0800)
commitd24a22e9b6377797c3b602945347096fbe065670
tree3895a30f067ffdad159565e32a8ec963b5d55236
parent4b12a6ff4ac6659156a01ae224249c7e145ff865
gh-115999: Record success in `specialize` (#127167)

Record success in `specialize`

This matches the existing behavior where we increment the success
stat for the generic opcode each time we successfully specialize
an instruction.
Python/specialize.c