]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-109587: Allow "precompiled" perf-trampolines to largely mitigate the cost of enabl...
authorgsallam <123525874+gsallam@users.noreply.github.com>
Fri, 27 Oct 2023 03:57:29 +0000 (20:57 -0700)
committerGitHub <noreply@github.com>
Fri, 27 Oct 2023 03:57:29 +0000 (03:57 +0000)
commit21f068d80c6cc5de75f9df70fdd733d0ce9c70de
treedaceefb593efea137dd642df968075b24c6d52f8
parent3d2f1f0b830d86f16f42c42b54d3ea4453dac318
gh-109587: Allow "precompiled" perf-trampolines to largely mitigate the cost of enabling perf-trampolines (#109666)
Include/cpython/sysmodule.h
Include/internal/pycore_ceval_state.h
Include/sysmodule.h
Lib/test/test_perf_profiler.py
Misc/NEWS.d/next/C API/2023-10-02-23-08-53.gh-issue-109587.UqqnDY.rst [new file with mode: 0644]
Modules/_testinternalcapi.c
Python/perf_trampoline.c
Python/sysmodule.c