COMMITS
/ Python/compile.c April 24, 2023
C
gh-87729: add LOAD_SUPER_ATTR instruction for faster super() (#103497)
Carl Meyer committed
S
gh-103492: Clarify SyntaxWarning with literal comparison (#103493)
Shantanu committed
I
gh-101517: fix line number propagation in code generated for except* (#103550)
Irit Katriel committed
I
gh-87092: fix a few cases of incorrect error handling in compiler (#103456)
Irit Katriel committed
April 12, 2023
M
GH-103082: Implementation of PEP 669: Low Impact Monitoring for CPython (GH-103083)
Mark Shannon committed
April 11, 2023
I
gh-87092: fix refleak in peepholer test harness (#103448)
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
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 21, 2023
I
gh-102860: improve performance of compiler's instr_sequence_to_cfg (#102861)
Irit Katriel committed
March 13, 2023
March 7, 2023
I
gh-87092: compiler's CFG construction moved to after codegen stage (#102320)
Irit Katriel committed
March 2, 2023
I
gh-102371: move _Py_Mangle from compile.c to symtable.c (#102372)
Irit Katriel committed
February 28, 2023
February 20, 2023
S
gh-101907: Stop using `_Py_OPCODE` and `_Py_OPARG` macros (GH-101912)
Steve Dower committed
February 16, 2023
P
gh-101928: fix crash in compiler on multi-line lambda in function call (#101933)
penguin_wwy 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 7, 2023
P
gh-101632: Add the new RETURN_CONST opcode (#101633)
penguin_wwy committed
February 1, 2023
I
January 31, 2023
January 30, 2023
January 25, 2023
I
gh-98831: add variable stack effect support to cases generator (#101309)
Irit Katriel committed
January 24, 2023
M
GH-100762: Don't call `gen.throw()` in `gen.close()`, unless necessary. (GH-101013)
Mark Shannon committed
January 20, 2023
I
Fix typo in comment in compile.c (#101194)
Ikko Eltociear Ashimine committed
January 19, 2023
I
gh-101169: reduce the implementation of except* by one bytecode instruction (#101170)
Irit Katriel committed
January 16, 2023
M
GH-100982: Add `COMPARE_AND_BRANCH` instruction (GH-100983)
Mark Shannon committed
January 11, 2023
M
GH-100923: Embed jump mask in `COMPARE_OP` oparg (GH-100924)
Mark Shannon committed
January 7, 2023
C
gh-88696: clean up dead argument to compiler_make_closure (GH-100806)
Carl Meyer committed
January 6, 2023
M
GH-99005: More intrinsics (GH-100774)
Mark Shannon committed
January 5, 2023
G
GH-98831: Update generate_cases.py: register inst, opcode_metadata.h (#100735)
Guido van Rossum committed
M
GH-99005: Add `CALL_INTRINSIC_1` instruction (GH-100771)
Mark Shannon committed
January 4, 2023
I
gh-100747: some compiler macros use c instead of C to access the compiler (#100748)
Irit Katriel committed
M
GH-100719: Remove the `co_nplaincellvars` field from code objects. (GH-100721)
Mark Shannon committed
December 22, 2022
B
GH-99554: Trim trailing whitespace (GH-100435)
Brandt Bucher committed
B
GH-99554: Pack location tables more effectively (GH-99556)
Brandt Bucher committed
December 14, 2022
M
GH-100222: Redefine _Py_CODEUNIT as a union to clarify structure of code unit. (GH-100223)
Mark Shannon committed
December 13, 2022
I
gh-99955: undef ERROR and SUCCESS before redefining (fixes sanitizer warning) (#100215)
Irit Katriel committed
December 12, 2022
I
gh-99955: standardize return values of functions in compiler's code-gen (#100010)
Irit Katriel committed
December 2, 2022
I
gh-99955: standardize return values of functions in assembler and optimizer. (#99956)
Irit Katriel committed
November 30, 2022
November 24, 2022
I
November 22, 2022
V
gh-99537: Use Py_SETREF() function in C code (#99657)
Victor Stinner committed
November 16, 2022
V
gh-99300: Replace Py_INCREF() with Py_NewRef() (#99530)
Victor Stinner committed
November 14, 2022
I
gh-87092: expose the compiler's codegen to python for unit tests (GH-99111)
Irit Katriel committed
November 12, 2022
I
gh-98762: Fix locations of match sub-patterns (GH-98775)
Irit Katriel committed