Skip to content

Slow to build #12804

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

Closed
anacrolix opened this issue Oct 1, 2015 · 2 comments
Closed

Slow to build #12804

anacrolix opened this issue Oct 1, 2015 · 2 comments

Comments

@anacrolix
Copy link
Contributor

Builds are becoming relatively slow. Using go version go1.5.1 darwin/amd64, my build (presumably mostly link) time is:

real 0m2.879s
user 0m3.584s
sys 0m0.461s

For a very modest program. Building with -x shows that compile, and link are running only for the main package, which contains no fancy build directives.

I'm not sure how else to report this, but it is a concern that build times are inflating version over version.

@Thomasdezeeuw
Copy link
Contributor

It's a know issue from converting the compiler from C to Go code. See #10765, #10571.

@rakyll
Copy link
Contributor

rakyll commented Oct 1, 2015

Duplicate of #10571.

@rakyll rakyll closed this as completed Oct 1, 2015
@golang golang locked and limited conversation to collaborators Oct 4, 2016
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

4 participants