-
Notifications
You must be signed in to change notification settings - Fork 17.7k
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
cmd/go: Go 1.11 stripped binaries 12% larger that Go 1.10 #27784
Comments
bloaty suggests the extra size is coming from
|
For reference, tip is similar to go 1.11
|
The general issue for 1.11 size increase is #27266. Maybe close this and add your findings to that ? That issue already has some good context. |
I’d prefer to keep this issue open as it identifies that the increase comes directly from the gopclintab segment. |
Closing as a duplicate of #27266. (The attribution to gopclntab is already mentioned there too.) |
Really closing now :) |
Please answer these questions before submitting your issue. Thanks!
What version of Go are you using (
go version
)?go/1.10 & go/1.11
Does this issue reproduce with the latest release?
yes
What operating system and processor architecture are you using (
go env
)?darwin/amd64
What did you do?
What did you expect to see?
Unstripped the Go 1.11 binary is 10.45% smaller, however
The stripped and DWARF less binary is 12% larger.
The text was updated successfully, but these errors were encountered: