COMMITS
/ Python/opcode_metadata.h 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