Uh oh!
There was an error while loading. Please reload this page.
gh-149202: Don't use -fno-omit-frame-pointer on ppc64le - #149485
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
|
vstinner
commented
May 7, 2026
This PR implements @stratakis' suggestions: #149409 (comment). Extract:
cc @stratakis@encukou@pablogsal@Fidget-Spinner@savannahostrowski |
vstinner
commented
May 7, 2026
I tested this change manually on Linux ppc64le:
|
pablogsal
commented
May 7, 2026
Thanks Victor! |
vstinner
commented
May 7, 2026
!buildbot PPC64LE |
bedevere-bot
commented
May 7, 2026
🤖 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.