]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46841: Use inline caching for calls (GH-31709)
authorBrandt Bucher <brandtbucher@microsoft.com>
Mon, 7 Mar 2022 19:45:00 +0000 (11:45 -0800)
committerGitHub <noreply@github.com>
Mon, 7 Mar 2022 19:45:00 +0000 (11:45 -0800)
commitf193631387bfee99a812e39b05d5b7e6384b57f5
tree31f161bd1e2f6469f32be8333705c82992486485
parent105b9ac00174d7bcc653f9e9dc5052215e197c77
bpo-46841: Use inline caching for calls (GH-31709)
16 files changed:
Include/cpython/code.h
Include/internal/pycore_code.h
Include/internal/pycore_global_strings.h
Include/internal/pycore_interp.h
Include/internal/pycore_runtime_init.h
Include/opcode.h
Lib/importlib/_bootstrap_external.py
Lib/opcode.py
Lib/test/test_dis.py
Misc/NEWS.d/next/Core and Builtins/2022-03-06-10-37-36.bpo-46841.O12Pba.rst [new file with mode: 0644]
Objects/codeobject.c
Programs/test_frozenmain.h
Python/ceval.c
Python/opcode_targets.h
Python/pylifecycle.c
Python/specialize.c