COMMITS
/ Python/opcode_metadata.h May 16, 2023
C
gh-103865: add monitoring support to LOAD_SUPER_ATTR (#103866)
Carl Meyer committed
J
gh-103763: Implement PEP 695 (#103764)
Jelle Zijlstra committed
May 12, 2023
M
GH-103082: Filter LINE events in VM, to simplify tool implementation. (GH-104387)
Mark Shannon committed
May 11, 2023
C
gh-87729: improve hit rate of LOAD_SUPER_ATTR specialization (#104270)
Carl Meyer committed
C
gh-87849: fix SEND specialization family definition (GH-104268)
Carl Meyer committed
May 9, 2023
C
gh-97933: (PEP 709) inline list/dict/set comprehensions (#101441)
Carl Meyer committed
April 25, 2023
C
gh-87729: specialize LOAD_SUPER_ATTR_METHOD (#103809)
Carl Meyer committed
April 24, 2023
C
gh-87729: add LOAD_SUPER_ATTR instruction for faster super() (#103497)
Carl Meyer committed
April 12, 2023
M
GH-103082: Implementation of PEP 669: Low Impact Monitoring for CPython (GH-103083)
Mark Shannon committed
April 5, 2023
B
GH-88691: Shrink the CALL caches (GH-103230)
Brandt Bucher committed
March 31, 2023
I
gh-87092: move CFG related code from compile.c to flowgraph.c (#103021)
Irit Katriel committed
March 29, 2023
B
GH-89987: Shrink the BINARY_SUBSCR caches (GH-103022)
Brandt Bucher committed
March 23, 2023
B
GH-100982: Break up COMPARE_AND_BRANCH (GH-102801)
Brandt Bucher committed
March 22, 2023
I
gh-102859: Remove JUMP_IF_FALSE_OR_POP and JUMP_IF_TRUE_OR_POP (#102870)
Irit Katriel committed
March 15, 2023
I
gh-102738: remove from cases generator the code related to register instructions (#102739)
Irit Katriel committed
March 11, 2023
B
GH-90997: Shrink the LOAD_GLOBAL caches (#102569)
Brandt Bucher committed
March 4, 2023
J
gh-102021 : Allow multiple input files for interpreter loop generator (#102022)
Jacob Bower committed
February 14, 2023
I
gh-101799: implement PREP_RERAISE_STAR as an intrinsic function (#101800)
Irit Katriel committed
February 13, 2023
February 9, 2023
G
gh-98831: Use opcode metadata for stack_effect() (#101704)
Guido van Rossum committed
February 8, 2023
G
gh-98831: Modernize CALL and family (#101508)
Guido van Rossum committed
G
gh-98831: Modernize CALL_FUNCTION_EX (#101627)
Guido van Rossum committed
G
gh-98831: Modernize FORMAT_VALUE (#101628)
Guido van Rossum committed
February 7, 2023
G
gh-98831: Finish the UNPACK_SEQUENCE family (#101666)
Guido van Rossum committed
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