Skip to content
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

cmd/compile: GOEXPERIMENT=framepointer for darwin/arm64 #12100

Closed
crawshaw opened this issue Aug 10, 2015 · 5 comments
Closed

cmd/compile: GOEXPERIMENT=framepointer for darwin/arm64 #12100

crawshaw opened this issue Aug 10, 2015 · 5 comments
Milestone

Comments

@crawshaw
Copy link
Member

The iOS ABI calls for maintaining a valid framepointer:

https://developer.apple.com/library/ios/documentation/Xcode/Conceptual/iPhoneOSABIReference/iPhoneOSABIReference.pdf

The Xcode-integrated lldb expects this to be set, so without it debugging problems where the runtime cannot unwind the stack is difficult. We have framepointer support for amd64 in cmd/compile to use as a guide.

@crawshaw crawshaw self-assigned this Aug 10, 2015
@crawshaw crawshaw added this to the Go1.6 milestone Aug 10, 2015
@rsc rsc modified the milestones: Unplanned, Go1.6 Nov 4, 2015
@williamweixiao
Copy link
Member

hi, i'm enabling FP for arm64 and it's almost ready for linux os. But i don't have darwin os. Could you please provide me the environment for debugging it?

@eliasnaur
Copy link
Contributor

Dup of #10110 ?

@ianlancetaylor
Copy link
Contributor

Looks like a dup to me. @crawshaw @4ad Want to pick one?

@gopherbot
Copy link

Change https://golang.org/cl/61511 mentions this issue: build: support frame-pointer for arm64

@bradfitz bradfitz modified the milestones: Unplanned, Go1.11 Dec 4, 2017
@ianlancetaylor
Copy link
Contributor

Closing as dup.

@golang golang locked and limited conversation to collaborators Jun 30, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

7 participants