]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-134584: JIT: Eliminate redundant refcount ops for X_INT (GH-142765)
authorKen Jin <kenjin@python.org>
Mon, 15 Dec 2025 22:22:18 +0000 (06:22 +0800)
committerGitHub <noreply@github.com>
Mon, 15 Dec 2025 22:22:18 +0000 (22:22 +0000)
commit790a46a449bc1778d47fffa65308905ff43fe33e
tree5779008a33f118cc144ea7a705b1ef537c4a0ddd
parent0978b9a7d5eedab19d7d39bd703ed5b55fd7aa5f
gh-134584: JIT: Eliminate redundant refcount ops for X_INT (GH-142765)
Include/internal/pycore_opcode_metadata.h
Include/internal/pycore_uop_ids.h
Include/internal/pycore_uop_metadata.h
Lib/test/test_capi/test_opt.py
Python/bytecodes.c
Python/executor_cases.c.h
Python/generated_cases.c.h
Python/optimizer_bytecodes.c
Python/optimizer_cases.c.h