On Thu, 22 Oct 2020 at 14:25, Mark Shannon <[email protected]> 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.
_______________________________________________ Python-Dev mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/KFUG4QXOS25AEYIAWX4FBGO6LQMA6OMJ/ Code of Conduct: http://python.org/psf/codeofconduct/
