COMMITS
/ Python/assemble.c August 24, 2023
V
gh-108444: Replace _PyLong_AsInt() with PyLong_AsInt() (#108459)
Victor Stinner committed
August 23, 2023
I
gh-105481: remove regen-opcode. Generated _PyOpcode_Caches in regen-cases. (#108367)
Irit Katriel committed
V
gh-108308: Replace PyDict_GetItem() with PyDict_GetItemRef() (#108309)
Victor Stinner committed
July 12, 2023
I
July 1, 2023
I
June 27, 2023
I
gh-106149: move jump target resolution from optimizer to assembler (#106150)
Irit Katriel committed
June 17, 2023
June 11, 2023
I
gh-105481: add pseudo-instructions to the bytecodes DSL (#105506)
Irit Katriel committed
June 2, 2023
D
gh-87092: avoid gcc warning on uninitialized struct field in assemble… (gh-105243)
Dong-hee Na committed
June 1, 2023
I
remove unused #includes of pycore_pymem.h (#105166)
Irit Katriel committed
May 14, 2023
D
gh-87092: avoid gcc warning on uninitialized struct field in assemble.c (#104460)
Dong-hee Na committed
May 9, 2023
C
gh-97933: (PEP 709) inline list/dict/set comprehensions (#101441)
Carl Meyer 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-87092: move assembler related code from compile.c to assemble.c (#103277)
Irit Katriel committed