]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44338: Port LOAD_GLOBAL to PEP 659 adaptive interpreter (GH-26638)
authorMark Shannon <mark@hotpy.org>
Mon, 14 Jun 2021 10:04:09 +0000 (11:04 +0100)
committerGitHub <noreply@github.com>
Mon, 14 Jun 2021 10:04:09 +0000 (11:04 +0100)
commiteecbc7c3900a7f40d8498b151db543a202c72f74
tree6be5d67366f8df3e24c3dbed0786ec3c4a29bf1b
parentfafcfff9262ae9dee03a00006638dfcbcfc23a7b
bpo-44338: Port LOAD_GLOBAL to PEP 659 adaptive interpreter (GH-26638)

* Add specializations of LOAD_GLOBAL.

* Add more stats.

* Remove old opcache; it is no longer used.

* Add NEWS
Include/cpython/code.h
Include/internal/pycore_code.h
Include/opcode.h
Lib/opcode.py
Misc/NEWS.d/next/Core and Builtins/2021-06-10-10-06-18.bpo-44338.c4Myr4.rst [new file with mode: 0644]
Objects/codeobject.c
Python/ceval.c
Python/opcode_targets.h
Python/specialize.c