COMMITS
/ Python/flowgraph.c June 17, 2023
June 14, 2023
I
gh-105481: add HAS_JUMP flag to opcode metadata (#105791)
Irit Katriel committed
June 11, 2023
I
gh-105481: add pseudo-instructions to the bytecodes DSL (#105506)
Irit Katriel committed
June 8, 2023
M
GH-105229: Remove remaining two-codeunit superinstructions (GH-105326)
Mark Shannon committed
June 7, 2023
D
gh-104635: Eliminate redundant STORE_FAST instructions in the compiler (gh-105320)
Dong-hee Na committed
June 5, 2023
M
GH-105229: Replace some superinstructions with single instruction equivalent. (GH-105230)
Mark Shannon committed
May 18, 2023
C
gh-104615: don't make unsafe swaps in apply_static_swaps (#104620)
Carl Meyer committed
May 9, 2023
C
gh-97933: (PEP 709) inline list/dict/set comprehensions (#101441)
Carl Meyer committed
May 1, 2023
I
gh-87092: Expose assembler to unit tests (#103988)
Irit Katriel committed
April 29, 2023
I
gh-87092: change assembler to use instruction sequence instead of CFG (#103933)
Irit Katriel committed
April 11, 2023
I
gh-91276: remove unused _PyOpcode_RelativeJump (#103156)
Irit Katriel committed
I
gh-87092: move assembler related code from compile.c to assemble.c (#103277)
Irit Katriel committed
March 31, 2023
I
gh-87092: move CFG related code from compile.c to flowgraph.c (#103021)
Irit Katriel committed