-
Notifications
You must be signed in to change notification settings - Fork 18k
cmd/compile: tables of interface data generate too much code. #6289
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
Milestone
Comments
I have a fix for this waiting for 1.8 |
josharian
added a commit
to josharian/go
that referenced
this issue
May 27, 2016
When possible, emit static data rather than init functions for interface values. This: * cuts 32k off cmd/go * removes several error values from runtime init * cuts the size of thenimage/color/palette compiled package from 103k to 34k * reduces the time to build the package in golang#15520 from 8s to 1.5s Fixes golang#6289 Fixes golang#15528 Change-Id: I317112da17aadb180c958ea328ab380f83e640b4
josharian
added a commit
to josharian/go
that referenced
this issue
Jun 19, 2016
When possible, emit static data rather than init functions for interface values. This: * cuts 32k off cmd/go * removes several error values from runtime init * cuts the size of the image/color/palette compiled package from 103k to 34k * reduces the time to build the package in golang#15520 from 8s to 1.5s Fixes golang#6289 Fixes golang#15528 Change-Id: I317112da17aadb180c958ea328ab380f83e640b4
josharian
added a commit
to josharian/go
that referenced
this issue
Jun 24, 2016
When possible, emit static data rather than init functions for interface values. This: * cuts 32k off cmd/go * removes several error values from runtime init * cuts the size of the image/color/palette compiled package from 103k to 34k * reduces the time to build the package in golang#15520 from 8s to 1.5s Fixes golang#6289 Fixes golang#15528 Change-Id: I317112da17aadb180c958ea328ab380f83e640b4
CL https://golang.org/cl/26668 mentions this issue. |
josharian
added a commit
to josharian/go
that referenced
this issue
Aug 31, 2016
When possible, emit static data rather than init functions for interface values. This: * cuts 32k off cmd/go * removes several error values from runtime init * cuts the size of the image/color/palette compiled package from 103k to 34k * reduces the time to build the package in golang#15520 from 8s to 1.5s Fixes golang#6289 Fixes golang#15528 Change-Id: I317112da17aadb180c958ea328ab380f83e640b4
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The text was updated successfully, but these errors were encountered: