8000 gh-121201: Disable perf_trampoline on riscv64 for now by stefanor · Pull Request #121328 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-121201: Disable perf_trampoline on riscv64 for now #121328

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Disable perf_trampoline on riscv64 for now
Until support is added in perf_jit_trampoline.c

gh-120089 was incomplete.
  • Loading branch information
stefanor committed Jul 3, 2024
commit ff872eb88c0b9a0c914500c4e7c3ac410fdcc30e

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions configure

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3709,7 +3709,6 @@ AC_MSG_CHECKING([perf trampoline])
AS_CASE([$PLATFORM_TRIPLET],
[x86_64-linux-gnu], [perf_trampoline=yes],
[aarch64-linux-gnu], [perf_trampoline=yes],
[riscv64-linux-gnu], [perf_trampoline=yes],
[perf_trampoline=no]
)
AC_MSG_RESULT([$perf_trampoline])
Expand Down
Loading
0