COMMITS
/ Python/bytecodes.c March 13, 2023
G
gh-98831: Use DECREF_INPUTS() more (#102409)
Guido van Rossum committed
M
M
GH-102300: Reuse objects with refcount == 1 in float specialized binary ops. (GH-102301)
Mark Shannon committed
March 11, 2023
B
GH-90997: Shrink the LOAD_GLOBAL caches (#102569)
Brandt Bucher committed
March 9, 2023
E
gh-100227: Move dict_state.global_version to PyInterpreterState (gh-102338)
Eric Snow committed
February 28, 2023
I
February 27, 2023
D
gh-102250: Fix double-decref in COMPARE_AND_BRANCH error case (GH-102287)
Dennis Sweeney committed
February 22, 2023
February 20, 2023
S
gh-101907: Stop using `_Py_OPCODE` and `_Py_OPARG` macros (GH-101912)
Steve Dower committed
February 16, 2023
E
gh-101952: Fix possible segfault in `BUILD_SET` opcode (#101958)
Eclips4 committed
February 15, 2023
M
GH-87849: Fix refleak in SEND instruction. (GH-101908)
Mark Shannon committed
February 14, 2023
I
gh-101799: implement PREP_RERAISE_STAR as an intrinsic function (#101800)
Irit Katriel committed
February 13, 2023
February 8, 2023
G
gh-98831: Modernize CALL and family (#101508)
Guido van Rossum committed
M
GH-101578: Normalize the current exception (GH-101607)
Mark Shannon committed
G
gh-98831: Modernize CALL_FUNCTION_EX (#101627)
Guido van Rossum committed
G
gh-98831: Modernize FORMAT_VALUE (#101628)
Guido van Rossum committed
February 7, 2023
G
gh-98831: Finish the UNPACK_SEQUENCE family (#101666)
Guido van Rossum committed
P
gh-101632: Add the new RETURN_CONST opcode (#101633)
penguin_wwy committed
I
G
gh-98831: Modernize the FOR_ITER family of instructions (#101626)
Guido van Rossum committed
February 6, 2023
I
gh-98831: rewrite COPY and SWAP in the instruction definition DSL (#101620)
Irit Katriel committed
February 3, 2023
I
gh-98831: rewrite MAKE_FUNCTION and BUILD_SLICE in the instruction definition DSL (#101529)
Irit Katriel committed
February 2, 2023
I
gh-98831: rewrite RERAISE and CLEANUP_THROW in the instruction definition DSL (#101511)
Irit Katriel committed
February 1, 2023
G
gh-98831: Modernize the LOAD_GLOBAL family (#101502)
Guido van Rossum committed
I
G
gh-98831: Modernize the LOAD_ATTR family (#101488)
Guido van Rossum committed
January 31, 2023
January 30, 2023
M
G
gh-98831: Support conditional effects; use for LOAD_ATTR (#101333)
Guido van Rossum committed
January 25, 2023
I
gh-98831: rewrite RAISE_VARARGS in the instruction definition DSL (#101306)
Irit Katriel committed
January 24, 2023
I
gh-98831: rewrite pattern matching opcodes in the instruction definition DSL (#101287)
Irit Katriel committed
M
GH-100762: Don't call `gen.throw()` in `gen.close()`, unless necessary. (GH-101013)
Mark Shannon committed
I
gh-98831: rewrite CHECK_EG_MATCH opcode in the instruction definition DSL (#101269)
Irit Katriel committed
January 19, 2023
I
gh-100712: make it possible to disable specialization (for debugging) (#100713)
Irit Katriel committed
January 18, 2023
G
GH-98831: Move assorted macros from ceval.h to a new header (#101116)
Guido van Rossum committed
January 17, 2023
G
GH-98831: Implement array support in cases generator (#100912)
Guido van Rossum 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 6, 2023
I
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
M
GH-100288: Remove LOAD_ATTR_METHOD_WITH_DICT instruction. (GH-100753)
Mark Shannon committed
January 4, 2023
M
GH-100719: Remove the `co_nplaincellvars` field from code objects. (GH-100721)
Mark Shannon committed
January 3, 2023
L
gh-100146: Steal references from stack when building a list (#100147)
L. A. F. Pereira committed
December 28, 2022
G
GH-98831: Modernize a ton of simpler instructions (#100545)
Guido van Rossum committed
December 23, 2022