COMMITS
/ Python/optimizer_bytecodes.c October 9, 2024
October 7, 2024
M
GH-119866: Spill the stack around escaping calls. (GH-124392)
Mark Shannon committed
October 2, 2024
K
gh-120619: Optimize through `_Py_FRAME_GENERAL` (GH-124518)
Ken Jin committed
August 21, 2024
M
GH-115776: Allow any fixed sized object to have inline values (GH-123192)
Mark Shannon committed
August 20, 2024
M
GH-118093: Make `CALL_ALLOC_AND_ENTER_INIT` suitable for tier 2. (GH-123140)
Mark Shannon committed
August 16, 2024
M
GH-118093: Specialize `CALL_KW` (GH-123006)
Mark Shannon committed
August 12, 2024
M
GH-122869: Add missing tier two optimizer cases (GH-122936)
Mark Shannon committed
July 26, 2024
M
Manually override bytecode definition in optimizer, to avoid build error (GH-122316)
Mark Shannon committed
B
GH-122294: Burn in the addresses of side exits (GH-122295)
Brandt Bucher committed
July 18, 2024
B
GH-118093: Add tier two support to several instructions (GH-121884)
Brandt Bucher committed
June 19, 2024
N
gh-120437: Fix `_CHECK_STACK_SPACE` optimization problems introduced in gh-118322 (GH-120712)
Nadeshiko Manju committed
June 18, 2024
M
GH-120507: Lower the `BEFORE_WITH` and `BEFORE_ASYNC_WITH` instructions. (#120640)
Mark Shannon committed
June 17, 2024
M
GH-120619: Clean up `RETURN_VALUE` instruction (GH-120624)
Mark Shannon committed
June 8, 2024
S
gh-119258: Eliminate Type Guards in Tier 2 Optimizer with Watcher (GH-119365)
Saul Shanabrook committed
May 28, 2024
B
GH-119476: Split _CHECK_FUNCTION_VERSION out of _CHECK_FUNCTION_EXACT_ARGS (GH-119510)
Brandt Bucher committed
May 10, 2024
M
GH-118910: Less boilerplate in the tier 2 optimizer (#118913)
Mark Shannon committed
May 4, 2024
April 30, 2024
M
GH-118095: Add tier 2 support for YIELD_VALUE (GH-118380)
Mark Shannon committed
April 25, 2024
M
GH-118095: Handle `RETURN_GENERATOR` in tier 2 (GH-118180)
Mark Shannon committed
April 22, 2024
April 18, 2024
M
GH-115419: Tidy up tier 2 optimizer. Merge peephole pass into main pass (GH-117997)
Mark Shannon committed
March 24, 2024
K
gh-117176: Fix compiler warning in Python/optimizer_bytecodes.c (GH-117199)
Kirill Podoprigora committed
March 21, 2024
G
gh-117045: Add code object to function version cache (#117028)
Guido van Rossum committed
March 20, 2024
March 18, 2024
G
Cleanup tier2 debug output (#116920)
Guido van Rossum committed
March 13, 2024
K
gh-115419: Change default sym to not_null (GH-116562)
Ken Jin committed
March 7, 2024
K
gh-116420: Fix unused var compilation warnings (GH-116466)
Ken Jin committed
March 6, 2024
M
GH-115687: Most comparisons create Booleans, so propagate that information (GH-116360)
Mark Shannon committed
March 5, 2024
M
GH-115819: Eliminate Boolean guards when value is known (GH-116355)
Mark Shannon committed
M
GH-115685: Optimize `TO_BOOL` and variants based on truthiness of input. (GH-116311)
Mark Shannon committed
March 1, 2024
K
gh-115480: Type propagate _BINARY_OP_ADD_UNICODE (GH-115710)
Ken Jin committed
February 29, 2024
K
gh-115685: Type/values propagate for TO_BOOL in tier 2 (GH-115686)
Ken Jin committed
G
gh-116088: Insert bottom checks after all sym_set_...() calls (#116089)
Guido van Rossum committed
February 28, 2024
G
gh-115859: Re-enable T2 optimizer pass by default (#116062)
Guido van Rossum committed
G
gh-115816: Improve internal symbols API in optimizer (#116028)
Guido van Rossum committed
February 27, 2024
M
GH-115816: Assorted naming and formatting changes to improve maintainability. (GH-115987)
Mark Shannon committed
M
GH-115816: Make tier2 optimizer symbols testable, and add a few tests. (GH-115953)
Mark Shannon committed
February 26, 2024
G
Rename tier 2 redundancy eliminator to optimizer (#115888)
Guido van Rossum committed