index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Python
/
optimizer_bytecodes.c
Commit message (
Expand
)
Author
Age
*
gh-115419: Change default sym to not_null (GH-116562)
Ken Jin
2024-03-13
*
gh-116420: Fix unused var compilation warnings (GH-116466)
Ken Jin
2024-03-08
*
GH-115687: Most comparisons create Booleans, so propagate that information (G...
Mark Shannon
2024-03-06
*
GH-115819: Eliminate Boolean guards when value is known (GH-116355)
Mark Shannon
2024-03-05
*
GH-115685: Optimize `TO_BOOL` and variants based on truthiness of input. (GH-...
Mark Shannon
2024-03-05
*
gh-115480: Type propagate _BINARY_OP_ADD_UNICODE (GH-115710)
Ken Jin
2024-03-02
*
gh-115685: Type/values propagate for TO_BOOL in tier 2 (GH-115686)
Ken Jin
2024-03-01
*
gh-116088: Insert bottom checks after all sym_set_...() calls (#116089)
Guido van Rossum
2024-02-29
*
gh-115859: Re-enable T2 optimizer pass by default (#116062)
Guido van Rossum
2024-02-28
*
gh-115816: Improve internal symbols API in optimizer (#116028)
Guido van Rossum
2024-02-28
*
GH-115816: Assorted naming and formatting changes to improve maintainability....
Mark Shannon
2024-02-27
*
GH-115816: Make tier2 optimizer symbols testable, and add a few tests. (GH-11...
Mark Shannon
2024-02-27
*
Rename tier 2 redundancy eliminator to optimizer (#115888)
Guido van Rossum
2024-02-26