]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-128685: Specialize (rather than quicken) LOAD_CONST into LOAD_CONST_[IM]MORTAL...
authorMark Shannon <mark@hotpy.org>
Mon, 13 Jan 2025 10:30:28 +0000 (10:30 +0000)
committerGitHub <noreply@github.com>
Mon, 13 Jan 2025 10:30:28 +0000 (10:30 +0000)
commitddd959987c557beaf823b681bf5e5e573ad657ac
treee59574d3eb62f94e497f7aecd585bf656ebc984e
parent29fe8072cf404b891dde9c1d415095edddbe19de
GH-128685: Specialize (rather than quicken) LOAD_CONST into LOAD_CONST_[IM]MORTAL (GH-128708)
14 files changed:
Include/internal/pycore_magic_number.h
Include/internal/pycore_opcode_metadata.h
Include/internal/pycore_uop_ids.h
Include/internal/pycore_uop_metadata.h
Include/opcode_ids.h
Lib/_opcode_metadata.py
Lib/test/test_dis.py
Python/bytecodes.c
Python/executor_cases.c.h
Python/generated_cases.c.h
Python/opcode_targets.h
Python/optimizer_bytecodes.c
Python/optimizer_cases.c.h
Python/specialize.c