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

Option for Go-frame object file export #40555

Closed
mcandre opened this issue Aug 3, 2020 · 2 comments
Closed

Option for Go-frame object file export #40555

mcandre opened this issue Aug 3, 2020 · 2 comments
Labels
FrozenDueToAge WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided.

Comments

@mcandre
Copy link

mcandre commented Aug 3, 2020

.SO's, .OBJ's, etc. are great for inter-language usage!

But for Go plugins, it would be helpful to offer a Go-specific object file format.

That way, users don't always have to enable cgo in order to load Go plugins. They would have the choice of sticking to the tried and true C plugin interface, or running with pure Go plugins.

(Go may already have this? No clue.)

@ianlancetaylor
Copy link
Contributor

It's a good idea but it's a huge project. I don't think it's going to help to have an issue open for this without at least some sort of design.

@ianlancetaylor ianlancetaylor added the WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided. label Aug 3, 2020
@gopherbot
Copy link

Timed out in state WaitingForInfo. Closing.

(I am just a bot, though. Please speak up if this is a mistake or you have the requested information.)

@golang golang locked and limited conversation to collaborators Sep 3, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided.
Projects
None yet
Development

No branches or pull requests

3 participants