COMMITS
/ Python/optimizer_cases.c.h January 20, 2025
M
M
GH-128939: Refactor JIT optimize structs (GH-128940)
Mark Shannon committed
January 16, 2025
X
GH-126599: Remove the "counter" optimizer/executor (GH-126853)
Xuanteng Huang committed
I
gh-100239: specialize long tail of binary operations (#128722)
Irit Katriel committed
January 14, 2025
January 13, 2025
M
January 8, 2025
B
GH-127809: Fix the JIT's understanding of ** (GH-127844)
Brandt Bucher committed
January 6, 2025
M
GH-128375: Better instrument for `FOR_ITER` (GH-128445)
Mark Shannon committed
December 23, 2024
Y
gh-128195: Add `_REPLACE_WITH_TRUE` to the tier2 optimizer (GH-128203)
Yan Yanchii committed
December 19, 2024
N
gh-115999: Specialize `STORE_ATTR` in free-threaded builds. (gh-127838)
Neil Schemenauer committed
M
GH-122548: Implement branch taken and not taken events for sys.monitoring (GH-122564)
Mark Shannon committed
D
gh-115999: Enable BINARY_SUBSCR_GETITEM for free-threaded build (gh-127737)
Donghee Na committed
December 13, 2024
November 9, 2024
November 4, 2024
October 29, 2024
M
GH-125837: Split `LOAD_CONST` into three. (GH-125972)
Mark Shannon committed
October 28, 2024
B
GH-125912: Teach the JIT's optimizer about _BINARY_OP_INPLACE_ADD_UNICODE (GH-125935)
Brandt Bucher committed
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
September 27, 2024
S
GH-123516: Improve JIT memory consumption by invalidating cold executors (GH-124443)
Savannah Ostrowski committed
September 13, 2024
K
gh-121459: Deferred LOAD_GLOBAL (GH-123128)
Ken Jin committed
September 12, 2024
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 14, 2024
M
GH-120024: Remove `CHECK_EVAL_BREAKER` macro. (GH-122968)
Mark Shannon committed
August 12, 2024
M
GH-122869: Add missing tier two optimizer cases (GH-122936)
Mark Shannon committed
August 1, 2024
M
GH-118095: Add tier two support for BINARY_SUBSCR_GETITEM (GH-120793)
Mark Shannon committed
M
GH-122155: Track local variables between pops and pushes in cases generator (GH-122286)
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
M
M
GH-121131: Clean up and fix some instrumented instructions. (GH-121132)
Mark Shannon committed
July 25, 2024
B
GH-118093: Add tier two support for BINARY_OP_INPLACE_ADD_UNICODE (GH-122253)
Brandt Bucher committed
B
GH-118093: Add tier two support for LOAD_ATTR_PROPERTY (GH-122283)
Brandt Bucher committed
M
GH-122160: Remove BUILD_CONST_KEY_MAP opcode. (GH-122164)
Mark Shannon committed
July 18, 2024
B
GH-118093: Add tier two support to several instructions (GH-121884)
Brandt Bucher committed
July 1, 2024
B
GH-116017: Get rid of _COLD_EXITs (GH-120960)
Brandt Bucher committed
June 26, 2024
K
gh-117139: Convert the evaluation stack to stack refs (#118450)
Ken Jin committed
June 25, 2024
M
GH-120982: Add stack check assertions to generated interpreter code (GH-120992)
Mark Shannon 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 31, 2024
J
gh-119821: Support non-dict globals in LOAD_FROM_DICT_OR_GLOBALS (#119822)
Jelle Zijlstra committed
May 28, 2024
B
GH-119258: Handle STORE_ATTR_WITH_HINT in tier two (GH-119481)
Brandt Bucher committed
B
GH-119476: Split _CHECK_FUNCTION_VERSION out of _CHECK_FUNCTION_EXACT_ARGS (GH-119510)
Brandt Bucher committed
May 22, 2024
J
gh-119180: Add LOAD_COMMON_CONSTANT opcode (#119321)
Jelle Zijlstra committed