]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-98686: Get rid of "adaptive" and "quick" instructions (GH-99182)
authorBrandt Bucher <brandtbucher@microsoft.com>
Wed, 9 Nov 2022 18:50:09 +0000 (10:50 -0800)
committerGitHub <noreply@github.com>
Wed, 9 Nov 2022 18:50:09 +0000 (10:50 -0800)
commitc7f57087149968e9a72f6dee73514ff18fee78e8
tree82caebb4f6d1070192ba34da38325d5cf39398ee
parent6e3cc72afeaee2532b4327776501eb8234ac787b
GH-98686: Get rid of "adaptive" and "quick" instructions (GH-99182)
18 files changed:
Include/internal/pycore_code.h
Include/internal/pycore_opcode.h
Include/opcode.h
Lib/dis.py
Lib/opcode.py
Lib/test/test__opcode.py
Lib/test/test_dis.py
Lib/test/test_embed.py
Misc/NEWS.d/next/Core and Builtins/2022-11-06-00-47-11.gh-issue-98686.DBDy6U.rst [new file with mode: 0644]
Python/adaptive.md
Python/bytecodes.c
Python/ceval.c
Python/compile.c
Python/generated_cases.c.h
Python/opcode_targets.h
Python/specialize.c
Tools/c-analyzer/cpython/ignored.tsv
Tools/cases_generator/generate_cases.py