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
/
Include
/
cpython
/
optimizer.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-116968: Reimplement Tier 2 counters (#117144)
Guido van Rossum
2024-04-04
1
-14/+1
*
GH-116422: Tier2 hot/cold splitting (GH-116813)
Mark Shannon
2024-03-26
1
-2/+49
*
gh-116869: Fix redefinition of the _PyOptimizerObject type (#116963)
Victor Stinner
2024-03-18
1
-2/+2
*
GH-115802: JIT "small" code for Windows (GH-115964)
Brandt Bucher
2024-02-29
1
-3/+0
*
gh-115168: Add pystats counter for invalidated executors (GH-115169)
Michael Droettboom
2024-02-26
1
-2/+2
*
GH-112354: Initial implementation of warm up on exits and trace-stitching (GH...
Mark Shannon
2024-02-20
1
-6/+19
*
GH-113710: Backedge counter improvements. (GH-115166)
Mark Shannon
2024-02-13
1
-3/+7
*
GH-114695: Add `sys._clear_internal_caches` (GH-115152)
Brandt Bucher
2024-02-12
1
-1/+2
*
GH-113710: Add a "globals to constants" pass (GH-114592)
Mark Shannon
2024-02-02
1
-1/+7
*
GH-113464: Add a JIT backend for tier 2 (GH-113465)
Brandt Bucher
2024-01-29
1
-0/+2
*
GH-113860: Get rid of `_PyUOpExecutorObject` (GH-113954)
Brandt Bucher
2024-01-12
1
-1/+8
*
GH-113853: Guarantee forward progress in executors (GH-113854)
Mark Shannon
2024-01-11
1
-1/+1
*
GH-113860: All executors are now defined in terms of micro ops. Convert count...
Mark Shannon
2024-01-10
1
-2/+6
*
GH-108866: Guarantee forward progress in executors. (GH-113006)
Mark Shannon
2023-12-12
1
-1/+1
*
GH-111843: Tier 2 exponential backoff (GH-111850)
Mark Shannon
2023-11-09
1
-0/+4
*
GH-109369: Add machinery for deoptimizing tier2 executors, both individually ...
Mark Shannon
2023-10-23
1
-0/+26
*
GH-104584: Don't call executors from JUMP_BACKWARD (GH-109347)
Brandt Bucher
2023-09-13
1
-1/+1
*
gh-106320: Remove private _PySys functions (#108452)
Victor Stinner
2023-08-24
1
-1/+1
*
gh-107557: Setup abstract interpretation (#107847)
Ken Jin
2023-08-15
1
-1/+1
*
gh-106608: make uop trace variable length (#107531)
Ivin Lee
2023-08-05
1
-1/+1
*
GH-106360: Support very basic superblock introspection (#106422)
Mark Shannon
2023-07-04
1
-0/+2
*
gh-104584: Baby steps towards generating and executing traces (#105924)
Guido van Rossum
2023-06-27
1
-0/+1
*
GH-104584: Allow optimizers to opt out of optimizing. (GH-105244)
Mark Shannon
2023-06-05
1
-1/+2
*
GH-104584: Plugin optimizer API (GH-105100)
Mark Shannon
2023-06-02
1
-0/+54