Commit ce0de422 authored by Rob Pike's avatar Rob Pike

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

R=rsc
CC=golang-dev
https://golang.org/cl/4235061
parent 7a09a882
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment