COMMITS
/ Python/opcode_metadata.h February 7, 2023
P
gh-101632: Add the new RETURN_CONST opcode (#101633)
penguin_wwy committed
I
G
gh-98831: Modernize the FOR_ITER family of instructions (#101626)
Guido van Rossum committed
February 6, 2023
I
gh-98831: rewrite COPY and SWAP in the instruction definition DSL (#101620)
Irit Katriel committed
February 3, 2023
I
gh-98831: rewrite MAKE_FUNCTION and BUILD_SLICE in the instruction definition DSL (#101529)
Irit Katriel committed
February 2, 2023
I
gh-98831: rewrite RERAISE and CLEANUP_THROW in the instruction definition DSL (#101511)
Irit Katriel committed
February 1, 2023
G
gh-98831: Modernize the LOAD_GLOBAL family (#101502)
Guido van Rossum committed
I
G
gh-98831: Modernize the LOAD_ATTR family (#101488)
Guido van Rossum committed
January 31, 2023
January 30, 2023
G
gh-98831: Support conditional effects; use for LOAD_ATTR (#101333)
Guido van Rossum committed
January 25, 2023
I
gh-98831: rewrite RAISE_VARARGS in the instruction definition DSL (#101306)
Irit Katriel committed
I
gh-98831: add variable stack effect support to cases generator (#101309)
Irit Katriel committed
January 24, 2023
I
gh-98831: rewrite pattern matching opcodes in the instruction definition DSL (#101287)
Irit Katriel committed
M
GH-100762: Don't call `gen.throw()` in `gen.close()`, unless necessary. (GH-101013)
Mark Shannon committed
I
gh-98831: rewrite CHECK_EG_MATCH opcode in the instruction definition DSL (#101269)
Irit Katriel committed
January 17, 2023
G
GH-98831: Implement array support in cases generator (#100912)
Guido van Rossum committed
January 16, 2023
M
GH-100982: Add `COMPARE_AND_BRANCH` instruction (GH-100983)
Mark Shannon committed
January 14, 2023
G
GH-98831: Identify instructions that don't use oparg (#100957)
Guido van Rossum committed
January 11, 2023
M
GH-100923: Embed jump mask in `COMPARE_OP` oparg (GH-100924)
Mark Shannon committed
January 9, 2023
G
GH-98831: Refactor instr format code and change to enum (#100895)
Guido van Rossum committed
January 6, 2023
M
GH-99005: More intrinsics (GH-100774)
Mark Shannon committed
January 5, 2023
Z
gh-98831: Regenerate Python/opcode_metadata.h (GH-100778)
Zachary Ware committed
G
GH-98831: Update generate_cases.py: register inst, opcode_metadata.h (#100735)
Guido van Rossum committed