gh-149202: Don't use -fno-omit-frame-pointer on ppc64le#149485
gh-149202: Don't use -fno-omit-frame-pointer on ppc64le#149485vstinner merged 1 commit intopython:mainfrom
Conversation
The power ABI specification requires that compilers maintain a back chain by default, so unwinding already works without a dedicated frame pointer. Don't use -fno-omit-frame-pointer on ppc64le.
Documentation build overview
|
|
This PR implements @stratakis' suggestions: #149409 (comment). Extract:
cc @stratakis @encukou @pablogsal @Fidget-Spinner @savannahostrowski |
|
I tested this change manually on Linux ppc64le:
|
|
Thanks Victor! |
|
!buildbot PPC64LE |
|
🤖 New build scheduled with the buildbot fleet by @vstinner for commit ea140bb 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F149485%2Fmerge The command will test the builders whose names match following regular expression: The builders matched are:
|
The power ABI specification requires that compilers maintain a back chain by default, so unwinding already works without a dedicated frame pointer. Don't use -fno-omit-frame-pointer on ppc64le.