COMMITS
/ Python/compile.c 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
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