1
0
mirror of https://github.com/golang/go synced 2024-11-21 13:14:40 -07:00

FAQ: hello, world is now 1.1MB, down from 1.8MB

R=rsc
CC=golang-dev
https://golang.org/cl/4235061
This commit is contained in:
Rob Pike 2011-03-08 11:47:41 -08:00
parent 7a09a88274
commit ce0de4229f

View File

@ -1032,7 +1032,7 @@ type checks, reflection, and even panic-time stack traces.
<p>
A trivial C "hello, world" program compiled and linked statically using gcc
on Linux is around 750 kB. An equivalent Go program is around 1.8 MB, but
on Linux is around 750 kB. An equivalent Go program is around 1.1 MB, but
that includes more powerful run-time support. We believe that with some effort
the size of Go binaries can be reduced.