COMMITS
/ Python/optimizer_cases.c.h 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
May 10, 2024
M
GH-118910: Less boilerplate in the tier 2 optimizer (#118913)
Mark Shannon committed
May 4, 2024
M
M
GH-113464: Remove the extra jump via `_SIDE_EXIT` in `_EXIT_TRACE` (GH-118545)
Mark Shannon committed
May 2, 2024
M
GH-117442: Check eval-breaker at start (rather than end) of tier 2 loops (GH-118482)
Mark Shannon committed
April 30, 2024
M
GH-118095: Add tier 2 support for YIELD_VALUE (GH-118380)
Mark Shannon committed
April 29, 2024
M
GH-118095: Allow a variant of RESUME_CHECK in tier 2 (GH-118286)
Mark Shannon committed
April 26, 2024
M
GH-118095: Add dynamic exit support and FOR_ITER_GEN support to tier 2 (GH-118279)
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
April 3, 2024
P
gh-116168: Remove extra `_CHECK_STACK_SPACE` uops (#117242)
Peter Lazorchak committed
April 2, 2024
M
GH-115776: Embed the values array into the object, for "normal" Python objects. (GH-116115)
Mark Shannon committed
March 26, 2024
M
GH-116422: Tier2 hot/cold splitting (GH-116813)
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 14, 2024
M
GH-116422: Factor out eval breaker checks at end of calls into its own micro-op. (GH-116817)
Mark Shannon committed
March 13, 2024
K
gh-115419: Change default sym to not_null (GH-116562)
Ken Jin committed
March 11, 2024
March 7, 2024
K
gh-116381: Remove bad specializations, add fail stats (GH-116464)
Ken Jin committed
K
gh-116420: Fix unused var compilation warnings (GH-116466)
Ken Jin committed
March 6, 2024
K
gh-116381: Specialize CONTAINS_OP (GH-116385)
Ken Jin committed
M
GH-113710: Tier 2 optimizer: check the function instead of checking globals. (GH-116410)
Mark Shannon committed
M
GH-115687: Most comparisons create Booleans, so propagate that information (GH-116360)
Mark Shannon committed
March 5, 2024
M
GH-115685: Split `_TO_BOOL_ALWAYS_TRUE` into micro-ops (GH-116352)
Mark Shannon committed
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
G
gh-115816: Generate calls to sym_new_const() etc. without _Py_uop prefix (#116077)
Guido van Rossum committed
February 28, 2024
G
gh-115859: Re-enable T2 optimizer pass by default (#116062)
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