]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-88691: Shrink the CALL caches (GH-103230)
authorBrandt Bucher <brandtbucher@microsoft.com>
Wed, 5 Apr 2023 21:15:49 +0000 (14:15 -0700)
committerGitHub <noreply@github.com>
Wed, 5 Apr 2023 21:15:49 +0000 (14:15 -0700)
commitb4978ff872be5102117b4e25d93dbbb4e04c8292
tree3e6ef44b198924b39a84130933de7b353ebe1465
parentaa5a9b5eb767fd849ea09d0842e33691e690de7c
GH-88691: Shrink the CALL caches (GH-103230)
12 files changed:
Doc/library/dis.rst
Include/internal/pycore_code.h
Include/internal/pycore_opcode.h
Lib/importlib/_bootstrap_external.py
Lib/opcode.py
Lib/test/test_dis.py
Misc/NEWS.d/next/Core and Builtins/2023-03-25-23-24-38.gh-issue-88691.2SWBd1.rst [new file with mode: 0644]
Programs/test_frozenmain.h
Python/bytecodes.c
Python/generated_cases.c.h
Python/opcode_metadata.h
Python/specialize.c