]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46841: Use *inline* caching for `BINARY_OP` (GH-31543)
authorBrandt Bucher <brandtbucher@microsoft.com>
Fri, 25 Feb 2022 12:11:34 +0000 (04:11 -0800)
committerGitHub <noreply@github.com>
Fri, 25 Feb 2022 12:11:34 +0000 (12:11 +0000)
commit0f41aac109c45aa468c432f798947c54d4178b3d
tree260fd71fc1a4d46170f254248308e026e33440df
parent18b5dd68c6b616257ae243c0b6bb965ffc885a23
bpo-46841: Use *inline* caching for `BINARY_OP` (GH-31543)
19 files changed:
Doc/library/dis.rst
Include/cpython/code.h
Include/internal/pycore_code.h
Include/opcode.h
Lib/dis.py
Lib/importlib/_bootstrap_external.py
Lib/opcode.py
Lib/test/test_code.py
Lib/test/test_compile.py
Lib/test/test_dis.py
Misc/NEWS.d/next/Core and Builtins/2022-02-23-18-17-30.bpo-46841.fns8HB.rst [new file with mode: 0644]
PCbuild/pythoncore.vcxproj
PCbuild/pythoncore.vcxproj.filters
Python/ceval.c
Python/compile.c
Python/opcode_targets.h
Python/specialize.c
Python/wordcode_helpers.h [deleted file]
Tools/scripts/generate_opcode_h.py