On Thu, 22 Oct 2020 at 14:25, Mark Shannon <mark@hotpy.org> wrote:
MSVC seems to do better jump fusion than GCC.

Maybe I'm wrong, since I only take a look at dict, tuple and set C code, but it does not seems to me that there's more than 1-2 GOTOs in every CPython function, and they can't be merged.