-
Notifications
You must be signed in to change notification settings - Fork 18k
cmd/compile: build time increased in go 1.15 #40781
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
Labels
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
OS-Darwin
Comments
I don't see any slowdown
|
Hmm… interesting. I installed golang from .dmg form official site. How did you install ? |
edit: I'm also on linux, so it may be mac specific? |
Maybe. I can reinstall golang via your way and check build time the day after tomorrow. |
Possibly due to #40727? @gopherbot add OS-Darwin |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
OS-Darwin
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
No.
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
I compared three projects: remark42, kittenhouse, nda project (35k loc). I checked build time and binary size on my macbook pro 15 2017 i7 2.9Ghz. Build options:

go clean -cache && time go build
. See the result on chart (less is better).What did you expect to see?
Build time has not changed.
What did you see instead?
Build time increased about 8-9%.
The text was updated successfully, but these errors were encountered: