]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Move predispatch logic from DISPATCH macro to juts before switch. Reduces size of...
authorMark Shannon <mark@hotpy.org>
Wed, 29 Sep 2021 12:16:13 +0000 (13:16 +0100)
committerGitHub <noreply@github.com>
Wed, 29 Sep 2021 12:16:13 +0000 (13:16 +0100)
commit2be4c370c6bfe98a85aa01c5d9c333b804d26197
tree85db304bdc5a5cdad72a58fa4824f170486efa42
parent02fdd73a19464bafe9e5f98ecd17fd0a634c3f20
Move predispatch logic from DISPATCH macro to juts before switch. Reduces size of each opocde in interpreter. (GH-28475)
Python/ceval.c