COMMITS
/ Include/internal/pycore_backoff.h March 16, 2026
K
gh-127958: Trace from RESUME in the JIT (GH-145905)
Ken Jin committed
January 15, 2026
D
gh-141504: Refactor policy object into a single opt_config (gh-143644)
Donghee Na committed
January 3, 2026
December 9, 2025
V
gh-142447: Fix cast warning in pycore_backoff.h (#142465)
Victor Stinner committed
November 21, 2025
M
gh-141498: Change backoff counter to use prime numbers instead of powers of 2 (GH-141591)
Mikhail Efimov committed
November 13, 2025
K
gh-139109: A new tracing JIT compiler frontend for CPython (GH-140310)
Ken Jin committed
May 22, 2025
B
GH-131798: Optimize cached class attributes and methods in the JIT (GH-134403)
Brandt Bucher committed
March 19, 2025
V
gh-131238: Move pycore_obmalloc.h include to pycore_runtime_structs.h (#131482)
Victor Stinner committed
March 17, 2025
M
GH-131238: Core header refactor (GH-131250)
Mark Shannon committed
December 4, 2024
B
GH-126795: Increase the JIT side-exit threshold from 64 to 4096 (GH-127155)
Brandt Bucher committed
November 18, 2024
B
GH-126795: Increase the JIT threshold from 16 to 4096 (GH-126816)
Brandt Bucher committed
October 7, 2024
M
GH-116968: Remove branch from advance_backoff_counter (GH-124469)
Mark Shannon committed
September 27, 2024
B
GH-118093: Fix off-by-one errors in tier-up thresholds (GH-124447)
Brandt Bucher committed
July 1, 2024
B
GH-116017: Get rid of _COLD_EXITs (GH-120960)
Brandt Bucher committed
June 26, 2024
V
gh-120642: Move private PyCode APIs to the internal C API (#120643)
Victor Stinner committed
May 5, 2024
G
gh-117549: Don't use designated initializers in headers (#118580)
Guido van Rossum committed
April 4, 2024
M
gh-117549: Match declaration order for _Py_BackoffCounter initializer (#117551)
Michael Droettboom committed
G
gh-116968: Reimplement Tier 2 counters (#117144)
Guido van Rossum committed