COMMITS
/ Python/compile.c January 5, 2023
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
November 11, 2022
I
gh-99254: remove all unused consts from code objects (GH-99255)
Irit Katriel committed
November 10, 2022
M
GH-96421: Insert shim frame on entry to interpreter (GH-96319)
Mark Shannon committed
V
gh-99300: Use Py_NewRef() in Python/ directory (#99317)
Victor Stinner committed
November 9, 2022
B
GH-98686: Get rid of "adaptive" and "quick" instructions (GH-99182)
Brandt Bucher committed
November 3, 2022
M
GH-96793: Implement PEP 479 in bytecode. (GH-99006)
Mark Shannon committed
November 2, 2022
I
gh-87092: remove unused SET_LOC/UNSET_LOC macros (GH-98914)
Irit Katriel committed
I
gh-87092: do not allocate PyFutureFeatures dynamically (GH-98913)
Irit Katriel committed
October 31, 2022
October 27, 2022
M
GH-96793: Change `FOR_ITER` to not pop the iterator on exhaustion. (GH-96801)
Mark Shannon committed
October 25, 2022
October 20, 2022
D
gh-97912: Avoid quadratic behavior when adding LOAD_FAST_CHECK (GH-97952)
Dennis Sweeney committed
I
gh-98461: Fix source location in comprehensions bytecode (GH-98464)
Irit Katriel committed
October 19, 2022
I
gh-98398: Fix source locations for 'assert' bytecode (GH-98405)
Irit Katriel committed
October 18, 2022
I
gh-98390: Fix source locations of boolean sub-expressions (GH-98396)
Irit Katriel committed
October 17, 2022
October 5, 2022
I
September 20, 2022
B
GH-95921: Fix positions for some chained comparisons (GH-96968)
Brandt Bucher committed
September 13, 2022
I
gh-87092: reduce redundancy and repetition in compiler's optimization stage (GH-96713)
Irit Katriel committed
September 7, 2022
I
September 1, 2022
I
gh-93554: Conditional jump opcodes only jump forward (GH-96318)
Irit Katriel committed
I
gh-93678: apply remove_redundant_jumps in optimize_cfg (GH-96274)
Irit Katriel committed
August 24, 2022
I
gh-87092: use basicblock_last_instr consistently in the compiler (GH-96243)
Irit Katriel committed
August 19, 2022
B
GH-90997: Wrap yield from/await in a virtual try/except StopIteration (GH-96010)
Brandt Bucher committed
August 12, 2022
August 11, 2022
August 4, 2022
July 26, 2022
July 22, 2022
B
GH-94036: Fix more attribute location quirks (GH-95028)
Brandt Bucher committed
B
GH-95113: Don't use EXTENDED_ARG_QUICK in unquickened code (GH-95121)
Brandt Bucher committed
July 20, 2022
B
GH-91409: Don't overwrite valid locations with NOP locations (GH-95067)
Brandt Bucher committed
K
GH-94851: fix immortal objects refcounting in compiler (gh-95040)
Kumar Aditya committed
July 19, 2022
I
gh-93678: move normalize_basic_block and extend_block call into optimize_cfg (GH-95002)
Irit Katriel committed