]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46841: Use inline caching for `COMPARE_OP` (GH-31622)
authorBrandt Bucher <brandtbucher@microsoft.com>
Tue, 1 Mar 2022 13:53:13 +0000 (05:53 -0800)
committerGitHub <noreply@github.com>
Tue, 1 Mar 2022 13:53:13 +0000 (13:53 +0000)
commit7820a5897e7762df23bff1cbe749652130654a08
treed4040cce6aa8a7f0ee8a3edf6bb644e1b0d8a6f4
parentdf9f7597559b6256924fcd3a1c3dc24cd5c5edaf
bpo-46841: Use inline caching for `COMPARE_OP` (GH-31622)
Include/internal/pycore_code.h
Include/opcode.h
Lib/importlib/_bootstrap_external.py
Lib/opcode.py
Lib/test/test_compile.py
Lib/test/test_dis.py
Misc/NEWS.d/next/Core and Builtins/2022-02-28-12-01-04.bpo-46841.r60AMJ.rst [new file with mode: 0644]
Python/ceval.c
Python/specialize.c