COMMITS
/ Include/internal/pycore_opcode.h June 27, 2022
M
GH-94163: Add BINARY_SLICE and STORE_SLICE instructions. (GH-94168)
Mark Shannon committed
June 21, 2022
D
GH-91432: Specialize FOR_ITER (GH-91713)
Dennis Sweeney committed
June 17, 2022
K
gh-93911: Specialize `LOAD_ATTR_PROPERTY` (GH-93912)
Ken Jin committed
June 14, 2022
K
GH-93429: Merge `LOAD_METHOD` back into `LOAD_ATTR` (GH-93430)
Ken Jin committed
June 7, 2022
M
Shrink the LOAD_METHOD cache by one codeunit. (#93537)
Mark Shannon committed
May 31, 2022
D
gh-93143: Avoid NULL check in LOAD_FAST based on analysis in the compiler (GH-93144)
Dennis Sweeney committed
May 25, 2022
K
gh-92777: Add LOAD_METHOD_LAZY_DICT (GH-92778)
Ken Jin committed
May 19, 2022
M
GH-89914: Make the oparg of the YIELD_VALUE instruction equal the stack depth. (GH-92960)
Mark Shannon committed
M
GH-90690: Remove `PRECALL` instruction (GH-92925)
Mark Shannon committed
May 3, 2022
D
gh-92031: Deoptimize Static Code at Finalization (GH-92039)
Dennis Sweeney committed
April 28, 2022
D
gh-91869: Fix tracing of specialized instructions with extended args (GH-91945)
Dennis Sweeney committed
April 25, 2022
V
gh-91719: Add pycore_opcode.h internal header file (#91906)
Victor Stinner committed