]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-128842: Collect JIT memory stats (GH-128941)
authorDiego Russo <diego.russo@arm.com>
Sun, 2 Feb 2025 23:17:53 +0000 (23:17 +0000)
committerGitHub <noreply@github.com>
Sun, 2 Feb 2025 23:17:53 +0000 (15:17 -0800)
commit567394517a10c9a9f3af25a31009589ae2c50f1b
treed4641ed96bc4dbc5d6a1310f48aab8b904c97275
parente6c76b947b2d0708cea1d5e090d02e79fda1cc26
GH-128842: Collect JIT memory stats (GH-128941)
Include/cpython/pystats.h
Include/internal/pycore_code.h
Misc/NEWS.d/next/Core_and_Builtins/2025-01-17-13-16-14.gh-issue-128842.OMs5X6.rst [new file with mode: 0644]
Python/jit.c
Python/specialize.c
Tools/scripts/summarize_stats.py