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

Feature request: expose escaping information #2749

Closed
empijei opened this issue Feb 28, 2020 · 1 comment
Closed

Feature request: expose escaping information #2749

empijei opened this issue Feb 28, 2020 · 1 comment
Labels

Comments

@empijei
Copy link

empijei commented Feb 28, 2020

As of Go 1.14 escape analysis info can be outputted as json: https://golang.org/doc/go1.14#compiler

Please consider adding a setting to expose this information in vim-go.

Running the compiler with go build -gcflags="-m -l -json 0,out" the/package will give useful machine readable info on potential optimization points.

@bhcleek
Copy link
Collaborator

bhcleek commented Feb 29, 2020

Closing, because this is effectively a duplicate of #2039

@bhcleek bhcleek closed this as completed Feb 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants