Skip to content

Commit

Permalink
pythongh-121201: Disable perf_trampoline on riscv64 for now (python#1…
Browse files Browse the repository at this point in the history
…21328)

Disable perf_trampoline on riscv64 for now

Until support is added in perf_jit_trampoline.c

pythongh-120089 was incomplete.
  • Loading branch information
stefanor committed Jul 3, 2024
1 parent 84512c0 commit ca2e876
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 5 deletions.

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

0 comments on commit ca2e876

Please sign in to comment.