summaryrefslogtreecommitdiffstats
path: root/Include/internal/pycore_backoff.h
Commit message (Expand)AuthorAgeFilesLines
* gh-131238: Move pycore_obmalloc.h include to pycore_runtime_structs.h (#131482)Victor Stinner2025-03-191-1/+2
* GH-131238: Core header refactor (GH-131250)Mark Shannon2025-03-171-8/+1
* GH-126795: Increase the JIT side-exit threshold from 64 to 4096 (GH-127155)Brandt Bucher2024-12-041-4/+3
* GH-126795: Increase the JIT threshold from 16 to 4096 (GH-126816)Brandt Bucher2024-11-181-4/+3
* GH-116968: Remove branch from advance_backoff_counter (GH-124469)Mark Shannon2024-10-071-25/+21
* GH-118093: Fix off-by-one errors in tier-up thresholds (GH-124447)Brandt Bucher2024-09-271-2/+2
* GH-116017: Get rid of _COLD_EXITs (GH-120960)Brandt Bucher2024-07-011-4/+4
* gh-120642: Move private PyCode APIs to the internal C API (#120643)Victor Stinner2024-06-261-0/+12
* gh-117549: Don't use designated initializers in headers (#118580)Guido van Rossum2024-05-051-2/+7
* gh-117549: Match declaration order for _Py_BackoffCounter initializer (#117551)Michael Droettboom2024-04-041-1/+1
* gh-116968: Reimplement Tier 2 counters (#117144)Guido van Rossum2024-04-041-0/+128