summaryrefslogtreecommitdiffstats
path: root/Python/perf_jit_trampoline.c
Commit message (Expand)AuthorAgeFilesLines
* gh-141770: Annotate anonymous mmap usage if "-X dev" is used (gh-142079)Donghee Na2025-12-081-0/+2
* gh-136459: Use platform-specific type in perf_jit_trampoline (GH-137031)Petr Viktorin2025-07-231-0/+4
* gh-136459: Add perf trampoline support for macOS (#136461)Nazım Can Altınova2025-07-221-3/+32
* gh-136541: Fix several problems of perf trampolines in x86_64 and aarch64 (#1...Pablo Galindo Salgado2025-07-111-33/+130
* gh-128605: Add branch protections for x86_64 in asm_trampoline.S (#128606)stratakis2025-06-031-0/+4
* Heavily comment Python/perf_jit_trampoline.c to improve maintainability (#134...Pablo Galindo Salgado2025-05-251-385/+1029
* gh-131238: Add explicit includes to pycore headers (#131257)Victor Stinner2025-03-171-0/+1
* GH-118844: Fix build failures when combining --disable-gil with --enable-expe...Savannah Ostrowski2024-05-111-2/+2
* gh-118518: Ensure that the code padding it's applied (#118654)Pablo Galindo Salgado2024-05-061-1/+1
* gh-118518: Use the raw syscall directly for gettid (#118592)Pablo Galindo Salgado2024-05-051-1/+2
* gh-118518: Allow perf to work without frame pointers (#112254)Pablo Galindo Salgado2024-05-051-0/+615