| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-120642: Move private PyCode APIs to the internal C API (#120643) | Victor Stinner | 2024-06-26 | 1 | -1/+0 |
|
|
* | gh-119258: Eliminate Type Guards in Tier 2 Optimizer with Watcher (GH-119365) | Saul Shanabrook | 2024-06-08 | 1 | -8/+38 |
|
|
* | GH-118910: Less boilerplate in the tier 2 optimizer (#118913) | Mark Shannon | 2024-05-10 | 1 | -52/+54 |
|
|
* | GH-118095: Unify the behavior of tier 2 FOR_ITER branch micro-ops (GH-118420) | Mark Shannon | 2024-05-02 | 1 | -3/+10 |
|
|
* | gh-118335: Configure Tier 2 interpreter at build time (#118339) | Guido van Rossum | 2024-05-01 | 1 | -0/+3 |
|
|
* | GH-115480: Reduce guard strength for binary ops when type of one operand is k... | Mark Shannon | 2024-04-22 | 1 | -4/+10 |
|
|
* | GH-115819: Eliminate Boolean guards when value is known (GH-116355) | Mark Shannon | 2024-03-05 | 1 | -0/+9 |
|
|
* | GH-115685: Optimize `TO_BOOL` and variants based on truthiness of input. (GH-... | Mark Shannon | 2024-03-05 | 1 | -0/+44 |
|
|
* | gh-116088: Insert bottom checks after all sym_set_...() calls (#116089) | Guido van Rossum | 2024-02-29 | 1 | -14/+22 |
|
|
* | gh-115859: Re-enable T2 optimizer pass by default (#116062) | Guido van Rossum | 2024-02-28 | 1 | -1/+1 |
|
|
* | gh-115816: Improve internal symbols API in optimizer (#116028) | Guido van Rossum | 2024-02-28 | 1 | -62/+180 |
|
|
* | GH-115816: Assorted naming and formatting changes to improve maintainability.... | Mark Shannon | 2024-02-27 | 1 | -57/+48 |
|
|
* | GH-115816: Make tier2 optimizer symbols testable, and add a few tests. (GH-11... | Mark Shannon | 2024-02-27 | 1 | -0/+332 |
|
|