diff options
author | Mark Shannon <mark@hotpy.org> | 2023-07-12 13:34:14 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-12 13:34:14 (GMT) |
commit | b03755a2347325a89a48b08fc158419000513bcb (patch) | |
tree | f60ec740d2eb0016e44bfef32f2a6cebf5f70e0e /Misc | |
parent | e2d7366fb3df44e7434132636d49f22d6d25cc9f (diff) | |
download | cpython-b03755a2347325a89a48b08fc158419000513bcb.zip cpython-b03755a2347325a89a48b08fc158419000513bcb.tar.gz cpython-b03755a2347325a89a48b08fc158419000513bcb.tar.bz2 |
GH-104909: Break LOAD_GLOBAL specializations in micro-ops. (GH-106677)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2023-07-12-10-48-08.gh-issue-104909.sWjcr2.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2023-07-12-10-48-08.gh-issue-104909.sWjcr2.rst b/Misc/NEWS.d/next/Core and Builtins/2023-07-12-10-48-08.gh-issue-104909.sWjcr2.rst new file mode 100644 index 0000000..f20226e --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2023-07-12-10-48-08.gh-issue-104909.sWjcr2.rst @@ -0,0 +1 @@ +Split :opcode:`LOAD_GLOBAL` specializations into micro-ops. |