Open
Description
We have a meta bug for binary size (#6853), but as one specific item:
Go binaries contain many ..type.eq funcs to support == on types at runtime.
The compiler & linker could probably omit provably unneeded ones. Or even do some with slower reflect if they're large & unlikely to be needed at runtime.
Background:
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Triage Backlog