]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-113710: Tier 2 optimizer: check the function instead of checking globals. (GH...
authorMark Shannon <mark@hotpy.org>
Wed, 6 Mar 2024 13:12:23 +0000 (13:12 +0000)
committerGitHub <noreply@github.com>
Wed, 6 Mar 2024 13:12:23 +0000 (13:12 +0000)
commit27858e2a17924dfac9a10efc17caee1f5126ea19
tree2af07baa6bdc4bed313b95a25ff224dbd0fdf0e7
parent33c0aa3bb9b334593e27fe4b2b0fe912117a1ee1
GH-113710: Tier 2 optimizer: check the function instead of checking globals. (GH-116410)
Include/internal/pycore_uop_ids.h
Include/internal/pycore_uop_metadata.h
Python/bytecodes.c
Python/executor_cases.c.h
Python/optimizer_analysis.c
Python/optimizer_cases.c.h