We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
go build -gcflags="-m -l -json 0,out" the/package
The text was updated successfully, but these errors were encountered:
Closing, because this is effectively a duplicate of #2039
Sorry, something went wrong.
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: