index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Python
/
optimizer_bytecodes.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
GH-118095: Use broader specializations of CALL in tier 1, for better tier 2 s...
Mark Shannon
2024-05-04
1
-1/+10
*
GH-118095: Add tier 2 support for YIELD_VALUE (GH-118380)
Mark Shannon
2024-04-30
1
-0/+9
*
GH-118095: Handle `RETURN_GENERATOR` in tier 2 (GH-118180)
Mark Shannon
2024-04-25
1
-0/+22
*
GH-115480: Reduce guard strength for binary ops when type of one operand is k...
Mark Shannon
2024-04-22
1
-7/+44
*
GH-115419: Tidy up tier 2 optimizer. Merge peephole pass into main pass (GH-1...
Mark Shannon
2024-04-18
1
-5/+78
*
gh-117176: Fix compiler warning in Python/optimizer_bytecodes.c (GH-117199)
Kirill Podoprigora
2024-03-24
1
-1/+1
*
gh-117045: Add code object to function version cache (#117028)
Guido van Rossum
2024-03-21
1
-8/+19
*
GH-117066: Tier 2 optimizer: Don't throw away good traces if we can't optimiz...
Mark Shannon
2024-03-20
1
-1/+3
*
Cleanup tier2 debug output (#116920)
Guido van Rossum
2024-03-18
1
-0/+1
*
gh-115419: Change default sym to not_null (GH-116562)
Ken Jin
2024-03-13
1
-1/+8
*
gh-116420: Fix unused var compilation warnings (GH-116466)
Ken Jin
2024-03-07
1
-0/+12
*
GH-115687: Most comparisons create Booleans, so propagate that information (G...
Mark Shannon
2024-03-06
1
-0/+29
*
GH-115819: Eliminate Boolean guards when value is known (GH-116355)
Mark Shannon
2024-03-05
1
-0/+41
*
GH-115685: Optimize `TO_BOOL` and variants based on truthiness of input. (GH-...
Mark Shannon
2024-03-05
1
-28/+45
*
gh-115480: Type propagate _BINARY_OP_ADD_UNICODE (GH-115710)
Ken Jin
2024-03-01
1
-0/+16
*
gh-115685: Type/values propagate for TO_BOOL in tier 2 (GH-115686)
Ken Jin
2024-02-29
1
-0/+61
*
gh-116088: Insert bottom checks after all sym_set_...() calls (#116089)
Guido van Rossum
2024-02-29
1
-9/+27
*
gh-115859: Re-enable T2 optimizer pass by default (#116062)
Guido van Rossum
2024-02-28
1
-9/+34
*
gh-115816: Improve internal symbols API in optimizer (#116028)
Guido van Rossum
2024-02-28
1
-0/+2
*
GH-115816: Assorted naming and formatting changes to improve maintainability....
Mark Shannon
2024-02-27
1
-98/+115
*
GH-115816: Make tier2 optimizer symbols testable, and add a few tests. (GH-11...
Mark Shannon
2024-02-27
1
-85/+85
*
Rename tier 2 redundancy eliminator to optimizer (#115888)
Guido van Rossum
2024-02-26
1
-0/+409