-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Description
@thockin @AllenX2018 https://lwn.net/SubscriberLink/820217/47ed80088c03b18d/
Due to Go's ability to inspect types at runtime (using the reflect package), Go binaries contain a significant amount of type information. CL 231397 by Cherry Zhang only includes a symbol's type information in the output if it's converted to an interface (only values converted to an interface can be used with reflection). This change reduces the size of a hello-world program by 7.2%.
https://github.com/modern-go/reflect2 is likely to be broken.
Bak-Jin-HyeongBak-Jin-Hyeong
Metadata
Metadata
Assignees
Labels
No labels