]> Cypherpunks repositories - gostls13.git/commitdiff
FAQ: hello, world is now 1.1MB, down from 1.8MB
authorRob Pike <r@golang.org>
Tue, 8 Mar 2011 19:47:41 +0000 (11:47 -0800)
committerRob Pike <r@golang.org>
Tue, 8 Mar 2011 19:47:41 +0000 (11:47 -0800)
R=rsc
CC=golang-dev
https://golang.org/cl/4235061

doc/go_faq.html

index 4be8110682da6e553cf1f3bb723f3125d5471bf5..312d0e2c5a923bbe35c809bbd166961e059c41f6 100644 (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.