]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-105481: generate _specializations and _specialized_instructions from bytecodes...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Mon, 19 Jun 2023 22:47:04 +0000 (23:47 +0100)
committerGitHub <noreply@github.com>
Mon, 19 Jun 2023 22:47:04 +0000 (23:47 +0100)
commit33f0a8578b729e67c482daedc2660648afd0ee78
treeb3593b66cc56e07461348935f6a8c9259211ea87
parent28187a9c4f95affe50fd37e0db0db177e2b9c2e9
gh-105481: generate _specializations and _specialized_instructions from bytecodes.c (#105913)
12 files changed:
Include/internal/pycore_opcode.h
Include/opcode.h
Lib/_opcode_metadata.py [new file with mode: 0644]
Lib/importlib/_bootstrap_external.py
Lib/opcode.py
Makefile.pre.in
PCbuild/regen.targets
Python/makeopcodetargets.py
Python/opcode_targets.h
Python/stdlib_module_names.h
Tools/build/generate_opcode_h.py
Tools/cases_generator/generate_cases.py